Jackie-Jiang opened a new pull request #5144: Refactor value based segment pruner to work on DataSource instead of ColumnMetadata URL: https://github.com/apache/incubator-pinot/pull/5144 Motivation: ColumnMetadata is avaliable to immutable segments only. This change will make segment pruner work on mutable segments. Changes: 1. Merge PartitionSegmentPruner into ColumnValueSegmentPruner to reduce the overhead of segment pruning 2. Re-order segment pruners (ValidSegment -> DataSchema -> ColumnValue)
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
