jonvex commented on code in PR #13711:
URL: https://github.com/apache/hudi/pull/13711#discussion_r2352895680


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieBackedTableMetadata.java:
##########
@@ -350,7 +375,7 @@ public void testMetadataRecordKeyExcludeFromPayload(final 
HoodieTableType tableT
    * plan has not been successfully executed before the new one is scheduled.
    */
   @ParameterizedTest
-  @CsvSource({"COPY_ON_WRITE,6", "COPY_ON_WRITE,8", "MERGE_ON_READ,6", 
"MERGE_ON_READ,8"})
+  @MethodSource("testMetadataTableKeyGeneratorArgs")

Review Comment:
   I don't think it was too bad, but do we know why 6 and 8 were tested? Maybe 
we can drop 8 and just do 6 and current?



-- 
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]

Reply via email to