yupeng9 commented on a change in pull request #6204: URL: https://github.com/apache/incubator-pinot/pull/6204#discussion_r513124672
########## File path: pinot-core/src/main/java/org/apache/pinot/core/upsert/PartitionUpsertMetadataManager.java ########## @@ -85,8 +97,7 @@ public ThreadSafeMutableRoaringBitmap addSegment(String segmentName, Iterator<Re // committing a consuming segment, or reloading a completed segment. // Update the record location when the new timestamp is greater than or equal to the current timestamp. - // Update the record location when there is a tie because the record locations should point to the new - // segment instead of the old segment being replaced. Also, do not update the valid doc ids for the old + // segment instead of the old segment being replaced. Also, do not update the valid doc ids for the old Review comment: no.. auto formatting ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org