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

More consistent empty-set filtering behavior on multi-value columns. #2753

Merged
merged 1 commit into from
Mar 30, 2016

Commits on Mar 29, 2016

  1. More consistent empty-set filtering behavior on multi-value columns.

    The behavior is now that filters on "null" will match rows with no
    values. The behavior in the past was inconsistent; sometimes these
    filters would match and sometimes they wouldn't.
    
    Adds tests for this behavior to SelectorFilterTest and
    BoundFilterTest, for query-level filters and filtered aggregates.
    
    Fixes apache#2750.
    gianm committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    1853f36 View commit details
    Browse the repository at this point in the history