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

Add support for custom comparison in Presto's contains UDF #11227

Closed

Conversation

kevinwilfong
Copy link
Contributor

Summary:
Update Presto's contains UDF to work with types that provide custom comparison.
We can reuse the implementation for complex types, since that just uses the compare
function provided by the Vector. With
#11022 this just
invokes the Type's custom implementation.

Differential Revision: D64211715

Kevin Wilfong added 3 commits October 10, 2024 16:25
…facebookincubator#11222)

Summary:

With facebookincubator#11136 array_union and
array_remove just work with TimestampWithTimezone.

Adding unit tests to verify this and ensure it doesn't break in the future.

Differential Revision: D64196032
…ebookincubator#11226)

Summary:

Update Presto's array_position UDF to work with types that provide custom
comparison (both the 2 and 3 argument flavors).  We can reuse the implementations
for complex types, since that just uses the compare function provided by the Vector. 
With facebookincubator#11022 this just
invokes the Type's custom implementation.

Differential Revision: D64209619
Summary:
Update Presto's contains UDF to work with types that provide custom comparison.
We can reuse the implementation for complex types, since that just uses the compare
function provided by the Vector. With 
facebookincubator#11022 this just
invokes the Type's custom implementation.

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

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

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Oct 10, 2024
Copy link

netlify bot commented Oct 10, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit c394804
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/6708627220ce2c0008b4e8e3

kevinwilfong pushed a commit to kevinwilfong/velox that referenced this pull request Oct 10, 2024
…ncubator#11227)

Summary:

Update Presto's contains UDF to work with types that provide custom comparison.
We can reuse the implementation for complex types, since that just uses the compare
function provided by the Vector. With 
facebookincubator#11022 this just
invokes the Type's custom implementation.

Differential Revision: D64211715
Copy link
Contributor

@xiaoxmeng xiaoxmeng left a comment

Choose a reason for hiding this comment

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

@kevinwilfong thanks!

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in c434ed8.

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 Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants