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

Commits on Feb 8, 2024

  1. use NullFilter for SQL rewrite of MV_CONTAINS and MV_OVERLAP for null…

    … 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).
    clintropolis authored and LakshSingla committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    81daaa8 View commit details
    Browse the repository at this point in the history