lokeshj1703 commented on code in PR #11921:
URL: https://github.com/apache/hudi/pull/11921#discussion_r1775700225
##########
hudi-utilities/src/test/java/org/apache/hudi/utilities/TestHoodieMetadataTableValidator.java:
##########
@@ -139,6 +139,50 @@ public void testMetadataTableValidation(String
viewStorageTypeForFSListing, Stri
assertTrue(validator.getThrowables().isEmpty());
}
+ @Test
+ public void testPartitionStatsValidation() {
+ // TODO: Add validation for compaction and clustering cases
Review Comment:
I can probably address this in HUDI-8208. Added a note in the jira.
--
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]