YuweiXiao commented on code in PR #6636:
URL: https://github.com/apache/hudi/pull/6636#discussion_r978203697


##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/index/bucket/HoodieBucketIndex.java:
##########
@@ -64,6 +69,29 @@ public HoodieData<WriteStatus> 
updateLocation(HoodieData<WriteStatus> writeStatu
     return writeStatuses;
   }
 
+  protected Map<Integer, HoodieRecordLocation> 
loadPartitionBucketIdFileIdMapping(

Review Comment:
   Maybe add some comments, to clarify it is used by SimpleBucket & RangeBucket.



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

Reply via email to