This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 59c188d Fixing the issue of applying ordinals in order by for
distinct queries (#6171)
add d08fd5c Support reloading upsert table (#6167)
No new revisions were added by this update.
Summary of changes:
.../manager/realtime/RealtimeTableDataManager.java | 58 +++---
.../immutable/ImmutableSegmentImpl.java | 31 +--
.../immutable/ImmutableSegmentLoader.java | 21 +-
.../indexsegment/mutable/MutableSegmentImpl.java | 7 +-
.../query/pruner/SelectionQuerySegmentPruner.java | 8 +-
.../upsert/PartitionUpsertMetadataManager.java | 173 +++++++++++------
.../apache/pinot/core/upsert/RecordLocation.java | 30 +--
...adataAndDictionaryAggregationPlanMakerTest.java | 7 +-
.../upsert/PartitionUpsertMetadataManagerTest.java | 212 +++++++++++++++++++++
.../starter/helix/HelixInstanceDataManager.java | 6 -
.../org/apache/pinot/tools/UpsertQuickStart.java | 9 +-
11 files changed, 395 insertions(+), 167 deletions(-)
create mode 100644
pinot-core/src/test/java/org/apache/pinot/core/upsert/PartitionUpsertMetadataManagerTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]