This is an automated email from the ASF dual-hosted git repository.
siddteotia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 11a060c606 Fix a typo in ServerInstance.startQueryServer() (#8794)
add d281a1b187 simplify segment pruning - remove validsegmentpruner and
dataschemasegmentpruner (#8790)
No new revisions were added by this update.
Summary of changes:
.../query/pruner/ColumnValueSegmentPruner.java | 13 ++---
.../core/query/pruner/DataSchemaSegmentPruner.java | 45 ----------------
.../pinot/core/query/pruner/SegmentPruner.java | 26 +++-------
.../core/query/pruner/SegmentPrunerProvider.java | 9 ++--
.../core/query/pruner/SegmentPrunerService.java | 46 ++++++++++++-----
.../query/pruner/SelectionQuerySegmentPruner.java | 20 +++-----
.../core/query/pruner/ValidSegmentPruner.java | 60 ----------------------
.../query/pruner/ColumnValueSegmentPrunerTest.java | 21 ++++++--
.../pruner/SelectionQuerySegmentPrunerTest.java | 2 +
9 files changed, 76 insertions(+), 166 deletions(-)
delete mode 100644
pinot-core/src/main/java/org/apache/pinot/core/query/pruner/DataSchemaSegmentPruner.java
delete mode 100644
pinot-core/src/main/java/org/apache/pinot/core/query/pruner/ValidSegmentPruner.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]