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

[Backport] use NullFilter for SQL rewrite of MV_CONTAINS and MV_OVERLAP for null array elements #15865

Merged

Conversation

LakshSingla
Copy link
Contributor

Backport of #15855 to 29.0.0.

… array elements (apache#15855)

Fixes an oversight after apache#14542 that happens in the SQL planner rewrite of MV_CONTAINS and MV_OVERLAP when faced with array elements that are NULL, where we were incorrectly using EqualityFilter instead of NullFilter for null elements (EqualityFilter does not accept null elements).
@LakshSingla LakshSingla added this to the 29.0.0 milestone Feb 8, 2024
@abhishekagarwal87 abhishekagarwal87 merged commit dc9e006 into apache:29.0.0 Feb 8, 2024
77 of 79 checks passed
@LakshSingla LakshSingla deleted the backport-15855-to-29.0.0 branch February 9, 2024 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants