Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HugeInt support in TypeSignature conversion (#6537) #6799

Closed
wants to merge 1 commit into from
Closed

HugeInt support in TypeSignature conversion (#6537) #6799

wants to merge 1 commit into from

Conversation

panditsurabhi
Copy link

Summary:
This came up while interpreting Velox function signatures. Eg UDFs using HugeInt.

Reviewed By: darrenfu, pedroerp

Differential Revision: D49212995

@netlify
Copy link

netlify bot commented Sep 28, 2023

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 7cb276c
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/6515bc6adad70f0008414cbb

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 28, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49212995

.returnType("hugeint")
.argumentType("hugeint")
.build();
testSignatureBinder(signature, {HUGEINT()}, HUGEINT());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for adding this test! Could you also test that if a function signature is T -> T, whether {HUGEINT()} argument type can be correctly resolved?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49212995

Summary:

This came up while interpreting Velox function signatures. Eg UDFs using HugeInt.

Reviewed By: darrenfu, pedroerp

Differential Revision: D49212995
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49212995

@panditsurabhi
Copy link
Author

Recreate new PR for linux build issues.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49212995

2 similar comments
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49212995

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D49212995

panditsurabhi pushed a commit to panditsurabhi/velox that referenced this pull request Sep 28, 2023
Summary:
Pull Request resolved: facebookincubator#6799

This came up while interpreting Velox function signatures. Eg UDFs using HugeInt.

Reviewed By: darrenfu, pedroerp

Differential Revision: D49212995

fbshipit-source-id: 7362e1c22af33ddb355757545cee2dbf5da4f25a
panditsurabhi pushed a commit to panditsurabhi/velox that referenced this pull request Sep 28, 2023
Summary:

This came up while interpreting Velox function signatures. Eg UDFs using HugeInt.

Reviewed By: darrenfu, pedroerp

Differential Revision: D49212995
facebook-github-bot pushed a commit that referenced this pull request Sep 28, 2023
Summary:
Pull Request resolved: #6799

This came up while interpreting Velox function signatures. Eg UDFs using HugeInt.

Reviewed By: darrenfu, pedroerp

Differential Revision: D49212995

fbshipit-source-id: 5f39548134ab13d0ca6df11ff0895245c7f4165c
ericyuliu pushed a commit to ericyuliu/velox that referenced this pull request Oct 12, 2023
Summary:
Pull Request resolved: facebookincubator#6799

This came up while interpreting Velox function signatures. Eg UDFs using HugeInt.

Reviewed By: darrenfu, pedroerp

Differential Revision: D49212995

fbshipit-source-id: 5f39548134ab13d0ca6df11ff0895245c7f4165c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants