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] remove extractionFn from equality, null, and range filters #14621

Merged
merged 1 commit into from
Jul 19, 2023

Commits on Jul 19, 2023

  1. remove extractionFn from equality, null, and range filters (apache#14612

    )
    
    * remove extractionFn from equality, null, and range filters
    changes:
    * EqualityFilter, NullFilter, and RangeFilter no longer support extractionFn
    * SQL planner will use ExpressionFilter in the small number of cases where an extractionFn would have been used if sqlUseBoundsAndSelectors is set to false instead of equality/null/range filters
    * fix bugs and add tests with serde, equals, and cache key for null, equality, and range filters
    
    * test coverage fixes bugs
    
    * adjust
    
    * adjust again
    
    * so persnickety
    clintropolis committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b0c0685 View commit details
    Browse the repository at this point in the history