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

Support UNKNOWN type in arbitrary aggregation #6557

Closed

Conversation

kevinwilfong
Copy link
Contributor

Summary:
This change adds support for the UNKNOWN type in arbitrary aggregation, it's fairly trivial since
NonNumericArbitrary supports it directly.

Differential Revision: D49241110

@netlify
Copy link

netlify bot commented Sep 13, 2023

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit fd1dd09
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/650369318dffeb00089ce8c8

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

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

kevinwilfong added a commit to kevinwilfong/velox that referenced this pull request Sep 13, 2023
Summary:

This change adds support for the UNKNOWN type in arbitrary aggregation.  It mostly comes up when a query
includes arbitrary(NULL) as a means of getting a NULL from an aggregate without needing to group by it.
It's fairly trivial since  NonNumericArbitrary supports it directly.

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

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

Summary:

This change adds support for the UNKNOWN type in arbitrary aggregation.  It mostly comes up when a query
includes arbitrary(NULL) as a means of getting a NULL from an aggregate without needing to group by it.
It's fairly trivial since  NonNumericArbitrary supports it directly.

Reviewed By: mbasmanova

Differential Revision: D49241110
kevinwilfong added a commit to kevinwilfong/velox that referenced this pull request Sep 14, 2023
Summary:

This change adds support for the UNKNOWN type in arbitrary aggregation.  It mostly comes up when a query
includes arbitrary(NULL) as a means of getting a NULL from an aggregate without needing to group by it.
It's fairly trivial since  NonNumericArbitrary supports it directly.

Reviewed By: mbasmanova

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

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

@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 926a49f.

@conbench-facebook
Copy link

Conbench analyzed the 1 benchmark run on commit 926a49f0.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

codyschierbeck pushed a commit to codyschierbeck/velox that referenced this pull request Sep 27, 2023
Summary:
Pull Request resolved: facebookincubator#6557

This change adds support for the UNKNOWN type in arbitrary aggregation.  It mostly comes up when a query
includes arbitrary(NULL) as a means of getting a NULL from an aggregate without needing to group by it.
It's fairly trivial since  NonNumericArbitrary supports it directly.

Reviewed By: mbasmanova

Differential Revision: D49241110

fbshipit-source-id: f90b832f46ac121b67bf7d8bdf40a1bbaa9f70da
codyschierbeck pushed a commit to codyschierbeck/velox that referenced this pull request Sep 27, 2023
Summary:
Pull Request resolved: facebookincubator#6557

This change adds support for the UNKNOWN type in arbitrary aggregation.  It mostly comes up when a query
includes arbitrary(NULL) as a means of getting a NULL from an aggregate without needing to group by it.
It's fairly trivial since  NonNumericArbitrary supports it directly.

Reviewed By: mbasmanova

Differential Revision: D49241110

fbshipit-source-id: f90b832f46ac121b67bf7d8bdf40a1bbaa9f70da
codyschierbeck pushed a commit to codyschierbeck/velox that referenced this pull request Sep 27, 2023
Summary:
Pull Request resolved: facebookincubator#6557

This change adds support for the UNKNOWN type in arbitrary aggregation.  It mostly comes up when a query
includes arbitrary(NULL) as a means of getting a NULL from an aggregate without needing to group by it.
It's fairly trivial since  NonNumericArbitrary supports it directly.

Reviewed By: mbasmanova

Differential Revision: D49241110

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

This change adds support for the UNKNOWN type in arbitrary aggregation.  It mostly comes up when a query
includes arbitrary(NULL) as a means of getting a NULL from an aggregate without needing to group by it.
It's fairly trivial since  NonNumericArbitrary supports it directly.

Reviewed By: mbasmanova

Differential Revision: D49241110

fbshipit-source-id: f90b832f46ac121b67bf7d8bdf40a1bbaa9f70da
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.

None yet

2 participants