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 047daadd23 Indexes on segment page (#8749)
add 821976610e Improve the Explain Plan accuracy (#8738)
No new revisions were added by this update.
Summary of changes:
.../requesthandler/BaseBrokerRequestHandler.java | 27 +-
.../pinot/broker/routing/BrokerRoutingManager.java | 12 +-
.../routing/instanceselector/InstanceSelector.java | 21 +
.../pinot/common/response/BrokerResponse.java | 40 +
.../response/broker/BrokerResponseNative.java | 52 +
.../org/apache/pinot/common/utils/DataTable.java | 5 +-
.../pinot/core/common/ExplainPlanRowData.java | 39 +-
.../apache/pinot/core/common/ExplainPlanRows.java | 117 ++
.../core/operator/filter/EmptyFilterOperator.java | 2 +-
.../operator/filter/MatchAllFilterOperator.java | 2 +-
.../query/executor/ServerQueryExecutorV1Impl.java | 182 +-
.../pinot/core/query/reduce/BaseReduceService.java | 23 +
.../core/query/reduce/BrokerReduceService.java | 4 +-
.../query/reduce/ExplainPlanDataTableReducer.java | 213 +-
.../apache/pinot/core/routing/RoutingTable.java | 9 +-
.../apache/pinot/core/util/QueryOptionsUtils.java | 4 +
.../pinot/queries/ExplainPlanQueriesTest.java | 2128 +++++++++++++++++---
.../tests/OfflineClusterIntegrationTest.java | 11 +-
.../apache/pinot/spi/utils/CommonConstants.java | 1 +
19 files changed, 2547 insertions(+), 345 deletions(-)
copy pinot-spi/src/main/java/org/apache/pinot/spi/plugin/Plugin.java =>
pinot-core/src/main/java/org/apache/pinot/core/common/ExplainPlanRowData.java
(55%)
create mode 100644
pinot-core/src/main/java/org/apache/pinot/core/common/ExplainPlanRows.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]