Skip to content

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

Merged
abhishekagarwal87 merged 1 commit intoapache:29.0.0from
LakshSingla:backport-15855-to-29.0.0
Feb 8, 2024
Merged

[Backport] use NullFilter for SQL rewrite of MV_CONTAINS and MV_OVERLAP for null array elements#15865
abhishekagarwal87 merged 1 commit intoapache:29.0.0from
LakshSingla:backport-15855-to-29.0.0

Conversation

@LakshSingla
Copy link
Copy Markdown
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
@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