jon-wei opened a new issue #9255: Incorrect null handling for long columns in 
predicate matching filters
URL: https://github.com/apache/druid/issues/9255
 
 
   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:
   - Bound
   - In
   - Javascript
   - Regex
   - SearchQuery
   - Like
   - Spatial
   
   This will be fixed by https://github.com/apache/druid/pull/9251.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to