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/pinot.git


    from 964ff0ce85 Fix environment variables not applied when creating table 
(#12560)
     add 0420a9b66c Enter segment preloading at partition level (#12451)

No new revisions were added by this update.

Summary of changes:
 .../apache/pinot/common/utils/SegmentUtils.java    |  18 ++
 .../core/data/manager/BaseTableDataManager.java    |  10 +
 .../manager/realtime/RealtimeTableDataManager.java |  49 +++--
 .../models/DummyTableUpsertMetadataManager.java    |   7 +-
 .../local/data/manager/TableDataManager.java       |  10 +
 .../upsert/BasePartitionUpsertMetadataManager.java | 178 +++++++++++++++++-
 .../upsert/BaseTableUpsertMetadataManager.java     | 181 +-----------------
 .../upsert/PartitionUpsertMetadataManager.java     |   8 +
 .../local/upsert/TableUpsertMetadataManager.java   |   8 +-
 .../pinot/segment/local/upsert/UpsertContext.java  |  17 +-
 .../MutableSegmentImplUpsertComparisonColTest.java |   5 +-
 .../mutable/MutableSegmentImplUpsertTest.java      |   5 +-
 .../BasePartitionUpsertMetadataManagerTest.java    | 138 +++++++++++++-
 ...oncurrentMapTableUpsertMetadataManagerTest.java | 203 ---------------------
 pinot-segment-local/src/test/resources/log4j2.xml  |   6 +-
 15 files changed, 414 insertions(+), 429 deletions(-)
 delete mode 100644 
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/upsert/ConcurrentMapTableUpsertMetadataManagerTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to