gianm opened a new pull request, #18432: URL: https://github.com/apache/druid/pull/18432
There is no real need for these objects to require a ColumnIndexSelector for construction. All they need is the bitmap factory and row count. This change makes it easier to use these classes from places where a ColumnIndexSelector is not available, such as implementations of semantic indexes. This also brings these classes more in line with AllFalseBitmapColumnIndex, which just takes a bitmap factory. -- 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]
