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

fix(fuzzer): Mark IPADDRESS and IPPREFIX types as unsuppported input types in PrestoQueryRunner #11820

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kagamiori
Copy link
Contributor

Summary:
Mark IPADDRES and IPPREFIX types as unsuppported input types in PrestoQueryRunner because
Presto doesn't allow creating HIVE columns of these types and requires constant literals of these types
to be valid strings.

Differential Revision: D67060600

@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 Dec 10, 2024
Copy link

netlify bot commented Dec 10, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit d57f98a
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/675a534a3278070008dea78b

@facebook-github-bot
Copy link
Contributor

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

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 11, 2024
…types in PrestoQueryRunner (facebookincubator#11820)

Summary:
Pull Request resolved: facebookincubator#11820

Mark IPADDRES and IPPREFIX types as unsuppported input types in PrestoQueryRunner because
Presto doesn't allow creating HIVE columns of these types and requires constant literals of these types
to be valid strings.

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

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

Copy link
Contributor

@kevinwilfong kevinwilfong left a comment

Choose a reason for hiding this comment

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

Thanks!

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 11, 2024
…types in PrestoQueryRunner (facebookincubator#11820)

Summary:
Pull Request resolved: facebookincubator#11820

Mark IPADDRES and IPPREFIX types as unsuppported input types in PrestoQueryRunner because
Presto doesn't allow creating HIVE columns of these types and requires constant literals of these types
to be valid strings.

Reviewed By: kevinwilfong

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

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

kagamiori added a commit to kagamiori/velox that referenced this pull request Dec 11, 2024
…types in PrestoQueryRunner (facebookincubator#11820)

Summary:

Mark IPADDRES and IPPREFIX types as unsuppported input types in PrestoQueryRunner because 
Presto doesn't allow creating HIVE columns of these types and requires constant literals of these types 
to be valid strings.

Reviewed By: kevinwilfong

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

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

…acebookincubator#11819)

Summary:

The between() function requires a special syntax in SQL. This diff fixes PrestoQueryRunner to take care 
of between() when translating an expression to SQL.

Reviewed By: yuandagits

Differential Revision: D67058882
…types in PrestoQueryRunner (facebookincubator#11820)

Summary:

Mark IPADDRES and IPPREFIX types as unsuppported input types in PrestoQueryRunner because 
Presto doesn't allow creating HIVE columns of these types and requires constant literals of these types 
to be valid strings.

Reviewed By: kevinwilfong

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

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

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.

3 participants