codope commented on code in PR #10352:
URL: https://github.com/apache/hudi/pull/10352#discussion_r1584904084
##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieTableMetadataUtil.java:
##########
@@ -1872,4 +1883,175 @@ public HoodieRecord next() {
}
};
}
+
+ public static HoodieData<HoodieRecord>
convertFilesToPartitionStatsRecords(HoodieEngineContext engineContext,
+
List<DirectoryInfo> partitionInfoList,
Review Comment:
No, the assumptions of colstats apply for parition stats too. Log files are
considered in subsequent updates with the write status. So, just like colstats,
we will have to compact the table before enabling partition stats.
--
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]