gianm commented on issue #12856: URL: https://github.com/apache/druid/issues/12856#issuecomment-1204651866
Chatted a bit about this on [Slack](https://druid.apache.org/community/join-slack?v=1). The problem is with the native `in` filter: it needs to implement `applyNull` in the DruidLongPredicate, DruidFloatPredicate, and DruidDoublePredicate. It's getting the default impl, which never matches null. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
