danny0405 commented on code in PR #8503:
URL: https://github.com/apache/hudi/pull/8503#discussion_r1412714692
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/index/bucket/HoodieSparkConsistentBucketIndex.java:
##########
@@ -189,29 +195,64 @@ public HoodieConsistentHashingMetadata
loadOrCreateMetadata(HoodieTable table, S
*/
public static Option<HoodieConsistentHashingMetadata>
loadMetadata(HoodieTable table, String partition) {
Path metadataPath =
FSUtils.getPartitionPath(table.getMetaClient().getHashingMetadataPath(),
partition);
-
+ Path partitionPath =
FSUtils.getPartitionPath(table.getMetaClient().getBasePathV2(), partition);
Review Comment:
Yeah, can you fire a fix @TengHuo @rohan-uptycs ?
--
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]