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 find_first Presto function on empty arrays and invalid start index #8030

Closed

Conversation

mbasmanova
Copy link
Contributor

Summary:
find_first(, 0, ) should throw.

Fixes #8020

Differential Revision: D52140846

Summary:
find_first(<empty array>,  0, <lambda>) should throw.

Fixes facebookincubator#8020

Differential Revision: D52140846
Copy link

netlify bot commented Dec 13, 2023

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 7e0fd80
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/657a36e7fdf6fa00097b4577

@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 13, 2023
@facebook-github-bot
Copy link
Contributor

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

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.

@mbasmanova Thanks!

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in c6ad4bc.

Copy link

Conbench analyzed the 1 benchmark run on commit c6ad4bce.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

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.

find first is failing again with SQL array indices start at 1. Got 0.
3 participants