You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When SQL-compatible null handling is enabled, filters that internally use Filters.makeValueMatcher with a predicate factory do not handle null values from long columns correctly.
Instead of applying the predicates to null, the predicates are applied to a value of 0 instead.
When SQL-compatible null handling is enabled, filters that internally use
Filters.makeValueMatcher
with a predicate factory do not handle null values from long columns correctly.Instead of applying the predicates to
null
, the predicates are applied to a value of 0 instead.The following filter types are affected:
This will be fixed by #9251.
The text was updated successfully, but these errors were encountered: