clintropolis opened a new pull request, #19228: URL: https://github.com/apache/druid/pull/19228
changes: * adds new `include` method to `SegmentPruner` for checking individual segments for whether or not to prune * adds default implementation of `prune` method which calls `include` * adds new `combine` method to `SegmentPruner` for merging pruners * adds new `CompositeSegmentPruner` for cases where pruners cannot be naturally combined * adds new `createSegmentPruner` method to `DataSource` and `Policy` so that they can participate in pruning * updates `ExecutionVertex` to combine the new datasource pruner with the pruner of the filter -- 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]
