mike-tr-adamson commented on PR #2409: URL: https://github.com/apache/cassandra/pull/2409#issuecomment-1613510474
@maedhroz @adelapena I have rebased this branch to bring in the Lucene 9 changes. This caused a slight issue with the bbtree. Changes to the `PointValues` class were significant, and since the Lucene 9 implementation of the `BKDWriter` has removed the need to sort incoming values, I have changed the `BlockBalancedTreeRamBuffer` to provide sorted values to the `BlockBalancedTreeWriter`. This means that I have effectively implemented [CASSANDRA-18598](https://issues.apache.org/jira/browse/CASSANDRA-18598). -- 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]

