richardstartin opened a new pull request, #10043: URL: https://github.com/apache/pinot/pull/10043
This won't build yet because we haven't released the `RangeBitmap` changes yet, but this is here to build consensus that the changes to the query layer (letting `RangeIndexBasedFilterOperator` know about the `EqualityFilterOperator` interface) is appropriate. There's another way of implementing this with fewer code changes by translating an equality predicate to a range predicate `[value, value]`, but this feels less of a hack, or potentially introducing a new operator. I've extended the existing tests and have had a clean run locally. -- 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