Jackie-Jiang opened a new pull request #5926: URL: https://github.com/apache/incubator-pinot/pull/5926
## Description For issue #5925 Introduce `IdSet` which represents a collection of ids (currently support INT and LONG type) and can be used to replace the large IN clause to optimize the query. It is based on `RoaringBitmap` for INT type, and `Roaring64NavigableMap` for LONG type. Add `IdSetAggregationFunction` to create `IdSet` for a column. Bump up the version of `RoaringBitmap` to `0.9.0` to include some bug fixes for `Roaring64NavigableMap`. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org