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

Throw when null row is passed to multimap_from_entries #11166

Closed

Conversation

DanielHunte
Copy link

Summary: Currently velox completely ignores null row entries in the input array whereas Presto throws when one is present. The change makes velox behave like Presto.

Differential Revision: D63870933

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

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

Copy link

netlify bot commented Oct 3, 2024

Deploy Preview for meta-velox canceled.

Name Link
🔨 Latest commit 614458f
🔍 Latest deploy log https://app.netlify.com/sites/meta-velox/deploys/67041d96d0677b000826630b

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Oct 7, 2024
…ator#11166)

Summary:

Currently velox completely ignores null row entries in the input array whereas Presto throws when one is present. The change makes velox behave like Presto.

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

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

Copy link
Contributor

@kevinwilfong kevinwilfong left a comment

Choose a reason for hiding this comment

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

Thanks!

MacOS build failures are due to a known issue in trunk at the moment that is being fixed.

DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Oct 7, 2024
…ator#11166)

Summary:

Currently velox completely ignores null row entries in the input array whereas Presto throws when one is present. The change makes velox behave like Presto.

Reviewed By: kevinwilfong

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

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

…ator#11166)

Summary:

Currently velox completely ignores null row entries in the input array whereas Presto throws when one is present. The change makes velox behave like Presto.

Reviewed By: kevinwilfong

Differential Revision: D63870933
DanielHunte pushed a commit to DanielHunte/velox that referenced this pull request Oct 7, 2024
…ator#11166)

Summary:

Currently velox completely ignores null row entries in the input array whereas Presto throws when one is present. The change makes velox behave like Presto.

Reviewed By: kevinwilfong

Differential Revision: D63870933
@DanielHunte DanielHunte force-pushed the export-D63870933 branch 2 times, most recently from 1fb1b53 to 614458f Compare October 7, 2024 17:42
@facebook-github-bot
Copy link
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 88888e7.

Copy link

Conbench analyzed the 1 benchmark run on commit 88888e75.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details.

athmaja-n pushed a commit to athmaja-n/velox that referenced this pull request Jan 10, 2025
…ator#11166)

Summary:
Pull Request resolved: facebookincubator#11166

Currently velox completely ignores null row entries in the input array whereas Presto throws when one is present. The change makes velox behave like Presto.

Reviewed By: kevinwilfong

Differential Revision: D63870933

fbshipit-source-id: 275500e375886eb8acbb72f57dc884c40590d4c0
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