vamsikarnika commented on code in PR #14260:
URL: https://github.com/apache/hudi/pull/14260#discussion_r2558685212
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/metadata/HoodieBackedTableMetadataWriter.java:
##########
@@ -588,10 +588,14 @@ private Pair<Integer, HoodieData<HoodieRecord>>
initializeFilesPartition(List<Di
// Records which save the file listing of each partition
engineContext.setJobStatus(this.getClass().getSimpleName(), "Creating
records for metadata FILES partition");
+ boolean enableBasePathForPartitions =
dataWriteConfig.shouldEnableBasePathForPartitions();
Review Comment:
This class is still used in the incremental flow.
--
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]