-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D63870933 |
✅ Deploy Preview for meta-velox canceled.
|
b357624
to
6bda56d
Compare
…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
This pull request was exported from Phabricator. Differential Revision: D63870933 |
There was a problem hiding this 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.
…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
6bda56d
to
a87093b
Compare
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
…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
1fb1b53
to
614458f
Compare
This pull request was exported from Phabricator. Differential Revision: D63870933 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D63870933 |
This pull request has been merged in 88888e7. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
…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
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