shenyu0127 opened a new pull request, #11078: URL: https://github.com/apache/pinot/pull/11078
Enable filtering NULL support by creating an `AndFilterOperator` consists of the leaf filter operator and a filter operator constructed from a non-NULL bitmap. This technique applies when - The filter is not based on a transform function. - The predicate type is not `IS NULL` or `IS NOT NULL`. This PR disables the Filtering NULL support introduced in https://github.com/apache/pinot/pull/9173 by passing `nullHandlingEnabled = false` to the `ScanBasedFilterOperator` constructor. Will revert the no longer needed changes in https://github.com/apache/pinot/pull/9173 in a follow-up PR. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org