danny0405 commented on code in PR #11158:
URL: https://github.com/apache/hudi/pull/11158#discussion_r1590623120
##########
hudi-common/src/main/java/org/apache/hudi/metadata/HoodieMetadataPayload.java:
##########
@@ -674,7 +674,7 @@ public static Stream<HoodieRecord>
createPartitionStatsRecords(String partitionP
});
}
- private static String getPartitionStatsIndexKey(String partitionPath, String
columnName) {
+ public static String getPartitionStatsIndexKey(String partitionPath, String
columnName) {
Review Comment:
Should we add `@VisibleForTesting` annotation here?
--
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]