Jackie-Jiang commented on code in PR #11482:
URL: https://github.com/apache/pinot/pull/11482#discussion_r1313730347


##########
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/BasePartitionUpsertMetadataManager.java:
##########
@@ -588,6 +588,7 @@ public void takeSnapshot() {
   // TODO: Consider optimizing it by tracking and persisting only the changed 
snapshot
   protected void doTakeSnapshot() {
     int numTrackedSegments = _trackedSegments.size();
+    int numPrimaryKeysInSnapshot = 0;

Review Comment:
   Should we use long?



-- 
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