This is an automated email from the ASF dual-hosted git repository.
xbli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 620c46acd3 Move package org.apache.calcite to org.apache.pinot.calcite
(#12837)
add 101af7c583 add SegmentContext to collect validDocIds bitmaps for many
segments together (#12694)
No new revisions were added by this update.
Summary of changes:
.../core/data/manager/BaseTableDataManager.java | 10 ++++
.../manager/realtime/RealtimeTableDataManager.java | 14 +++++
.../core/operator/InstanceResponseOperator.java | 12 ++--
.../StreamingInstanceResponseOperator.java | 9 +--
.../plan/AcquireReleaseColumnsSegmentPlanNode.java | 10 ++--
.../pinot/core/plan/AggregationPlanNode.java | 13 +++--
.../apache/pinot/core/plan/DistinctPlanNode.java | 9 ++-
.../apache/pinot/core/plan/DocIdSetPlanNode.java | 11 ++--
.../org/apache/pinot/core/plan/FilterPlanNode.java | 34 ++++--------
.../apache/pinot/core/plan/GroupByPlanNode.java | 13 +++--
.../pinot/core/plan/InstanceResponsePlanNode.java | 10 ++--
.../apache/pinot/core/plan/ProjectPlanNode.java | 15 +++--
.../apache/pinot/core/plan/SelectionPlanNode.java | 20 ++++---
.../plan/StreamingInstanceResponsePlanNode.java | 8 +--
.../core/plan/StreamingSelectionPlanNode.java | 9 ++-
.../core/plan/maker/InstancePlanMakerImplV2.java | 50 ++++++++---------
.../apache/pinot/core/plan/maker/PlanMaker.java | 12 ++--
.../function/AggregationFunctionUtils.java | 23 ++++----
.../query/executor/ServerQueryExecutorV1Impl.java | 45 ++++++++-------
.../combine/SelectionCombineOperatorTest.java | 3 +-
.../query/SelectionOrderByOperatorTest.java | 6 +-
.../StreamingSelectionOnlyOperatorTest.java | 6 +-
.../apache/pinot/core/plan/FilterPlanNodeTest.java | 13 +++--
.../java/org/apache/pinot/core/plan/TestUtils.java | 39 ++++++-------
...adataAndDictionaryAggregationPlanMakerTest.java | 9 ++-
.../DictionaryBasedGroupKeyGeneratorTest.java | 5 +-
.../query/aggregation/groupby/GroupByTrimTest.java | 4 +-
.../groupby/NoDictionaryGroupKeyGeneratorTest.java | 5 +-
.../pinot/core/startree/v2/BaseStarTreeV2Test.java | 7 ++-
.../org/apache/pinot/queries/BaseQueriesTest.java | 19 +++++--
.../pinot/queries/BooleanAggQueriesTest.java | 3 +-
.../perf/BenchmarkNativeAndLuceneBasedLike.java | 3 +-
.../perf/BenchmarkNativeVsLuceneTextIndex.java | 3 +-
.../testutils/MockInstanceDataManagerFactory.java | 6 ++
.../local/data/manager/TableDataManager.java | 9 +++
.../upsert/BasePartitionUpsertMetadataManager.java | 64 ++++++++++++++++++++++
...oncurrentMapPartitionUpsertMetadataManager.java | 34 +-----------
.../ConcurrentMapTableUpsertMetadataManager.java | 8 +++
.../local/upsert/TableUpsertMetadataManager.java | 5 ++
.../TextIndexReader.java => SegmentContext.java} | 30 ++++++----
40 files changed, 370 insertions(+), 238 deletions(-)
copy
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/realtime/impl/nullvalue/MutableNullValueVector.java
=> pinot-core/src/test/java/org/apache/pinot/core/plan/TestUtils.java (53%)
copy
pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/{index/reader/TextIndexReader.java
=> SegmentContext.java} (59%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]