codope commented on code in PR #11158:
URL: https://github.com/apache/hudi/pull/11158#discussion_r1590667492
##########
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:
I think the annotation only makes the test visible in same module. I had
tried that but still IDE was showing method inaccessible in the test.
--
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]