deepthi912 commented on code in PR #18478:
URL: https://github.com/apache/pinot/pull/18478#discussion_r3238307306


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/PartitionUpsertMetadataManager.java:
##########
@@ -138,4 +139,11 @@ public interface PartitionUpsertMetadataManager extends 
Closeable {
    * segments can be processed by the server even before they get included in 
the broker's routing table.
    */
   void trackNewlyAddedSegment(String segmentName);
+
+  /**
+   * Returns the upsert view manager that maintains the per-segment 
queryable-doc-id snapshot for consistency-mode
+   * upsert tables, or {@code null} when consistency mode is not enabled for 
this partition.
+   */
+  @Nullable
+  UpsertViewManager getUpsertViewManager();

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to