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 011535aae4 Bump org.roaringbitmap:RoaringBitmap from 1.2.1 to 1.3.0
(#14022)
add dbd0f3be02 track newly added segments for upsert tables for a more
complete upsert data view (#13992)
No new revisions were added by this update.
Summary of changes:
.../manager/realtime/RealtimeTableDataManager.java | 4 ++
.../query/executor/ServerQueryExecutorV1Impl.java | 47 ++++++++++++----------
.../upsert/BasePartitionUpsertMetadataManager.java | 37 +++++++++++++++++
.../upsert/BaseTableUpsertMetadataManager.java | 13 +++---
.../ConcurrentMapTableUpsertMetadataManager.java | 17 ++++----
.../upsert/PartitionUpsertMetadataManager.java | 7 ++++
.../local/upsert/TableUpsertMetadataManager.java | 2 +-
.../pinot/segment/local/upsert/UpsertContext.java | 18 +++++++--
.../segment/local/upsert/UpsertViewManager.java | 21 +++-------
.../segment/local/utils/TableConfigUtils.java | 47 ++++++++++++----------
.../BasePartitionUpsertMetadataManagerTest.java | 36 ++++++++++++++---
.../local/upsert/UpsertViewManagerTest.java | 9 +++--
.../pinot/spi/config/table/UpsertConfig.java | 15 ++++++-
13 files changed, 187 insertions(+), 86 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]