rahil-c commented on code in PR #13591:
URL: https://github.com/apache/hudi/pull/13591#discussion_r2230360936
##########
hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/procedures/PartitionBucketIndexManager.scala:
##########
@@ -195,7 +196,8 @@ class PartitionBucketIndexManager extends BaseProcedure
logInfo("Perform OVERWRITE with dry-run disabled.")
val partitionsToRescale = rescalePartitionsMap.keys
// get all fileSlices need to read
- val allFilesMap = FSUtils.getFilesInPartitions(context, metaClient,
HoodieMetadataConfig.newBuilder.enable(mdtEnable).build,
+ val metadataConfig =
HoodieMetadataConfig.newBuilder.enable(mdtEnable).build
+ val allFilesMap = FSUtils.getFilesInPartitions(context, metaClient,
metadataConfig,
Review Comment:
Yes I think this an older change let me revert this line back
--
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]