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 Map function #9410

Closed
wants to merge 1 commit into from

Conversation

zacw7
Copy link
Contributor

@zacw7 zacw7 commented Apr 9, 2024

Summary: Currently the key type of MAP is specified as knownTypeVariable which refuses to bind UNKNOWN type, while in Presto MAP(UNKNOWN, UNKNOWN) is valid.

Differential Revision: D55902535

@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 Apr 9, 2024
@facebook-github-bot
Copy link
Contributor

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

Copy link

netlify bot commented Apr 9, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 7fd7828
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/661571b7d2b918000979342d

zacw7 added a commit to zacw7/velox that referenced this pull request Apr 9, 2024
Summary:

Currently the key type of `MAP` is specified as `knownTypeVariable` which refuses to bind `UNKNOWN` type, while in Presto `MAP(UNKNOWN, UNKNOWN)` is valid.

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

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

zacw7 added a commit to zacw7/velox that referenced this pull request Apr 9, 2024
Summary:

Currently the key type of `MAP` is specified as `knownTypeVariable` which refuses to bind `UNKNOWN` type, while in Presto `MAP(UNKNOWN, UNKNOWN)` is valid.

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

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

Summary:

Currently the key type of `MAP` is specified as `knownTypeVariable` which refuses to bind `UNKNOWN` type, while in Presto `MAP(UNKNOWN, UNKNOWN)` is valid.

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

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 89de5d3.

Copy link

Conbench analyzed the 1 benchmark run on commit 89de5d37.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

xiaoxmeng pushed a commit to xiaoxmeng/velox that referenced this pull request Apr 10, 2024
Summary:
Pull Request resolved: facebookincubator#9410

Currently the key type of `MAP` is specified as `knownTypeVariable` which refuses to bind `UNKNOWN` type, while in Presto `MAP(UNKNOWN, UNKNOWN)` is valid.

Reviewed By: kagamiori

Differential Revision: D55902535

fbshipit-source-id: 8c57736859d9f726b1cb7aa43cec74d60990c630
@zacw7 zacw7 deleted the export-D55902535 branch April 10, 2024 23:06
Joe-Abraham pushed a commit to Joe-Abraham/velox that referenced this pull request Jun 7, 2024
Summary:
Pull Request resolved: facebookincubator#9410

Currently the key type of `MAP` is specified as `knownTypeVariable` which refuses to bind `UNKNOWN` type, while in Presto `MAP(UNKNOWN, UNKNOWN)` is valid.

Reviewed By: kagamiori

Differential Revision: D55902535

fbshipit-source-id: 8c57736859d9f726b1cb7aa43cec74d60990c630
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