Skip to content

Enable non-flat vector for approx_percentile percentile array elements#10324

Closed
Yuhta wants to merge 1 commit intofacebookincubator:mainfrom
Yuhta:export-D59067455
Closed

Enable non-flat vector for approx_percentile percentile array elements#10324
Yuhta wants to merge 1 commit intofacebookincubator:mainfrom
Yuhta:export-D59067455

Conversation

@Yuhta
Copy link
Copy Markdown
Contributor

@Yuhta Yuhta commented Jun 26, 2024

Summary:
We do see queries using non-flat vector as percentile array
(e.g. transform(sequence(1, 9), x -> x * 0.1)), and Presto Java handles this
without problem. Enable this for Presto C++ as well.

Differential Revision: D59067455

Summary:
We do see queries using non-flat vector as percentile array
(e.g. `transform(sequence(1, 9), x -> x * 0.1)`), and Presto Java handles this
without problem.  Enable this for Presto C++ as well.

Differential Revision: D59067455
@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 Jun 26, 2024
@netlify
Copy link
Copy Markdown

netlify bot commented Jun 26, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit fecff7c
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/667c60b710b2de0008e663c8

@facebook-github-bot
Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Contributor

@kagamiori kagamiori left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you for adding the support!

@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in 9c56ef3.

@conbench-facebook
Copy link
Copy Markdown

Conbench analyzed the 1 benchmark run on commit 9c56ef3d.

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.

3 participants