This is an automated email from the ASF dual-hosted git repository.

jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new e14fba0c2b Fix a typo in TableUpsertMetadataManager (#9269)
e14fba0c2b is described below

commit e14fba0c2b158da4d6a85dfa7a91a3ad5932bb3e
Author: Xiaotian (Jackie) Jiang <[email protected]>
AuthorDate: Tue Aug 23 13:46:52 2022 -0700

    Fix a typo in TableUpsertMetadataManager (#9269)
---
 .../apache/pinot/segment/local/upsert/TableUpsertMetadataManager.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/TableUpsertMetadataManager.java
 
b/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/TableUpsertMetadataManager.java
index 5d0c450166..de46879712 100644
--- 
a/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/TableUpsertMetadataManager.java
+++ 
b/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/TableUpsertMetadataManager.java
@@ -35,7 +35,7 @@ public interface TableUpsertMetadataManager extends Closeable 
{
 
   void init(TableConfig tableConfig, Schema schema, TableDataManager 
tableDataManager, ServerMetrics serverMetrics);
 
-  ConcurrentMapPartitionUpsertMetadataManager getOrCreatePartitionManager(int 
partitionId);
+  PartitionUpsertMetadataManager getOrCreatePartitionManager(int partitionId);
 
   UpsertConfig.Mode getUpsertMode();
 }


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

Reply via email to