yihua commented on code in PR #13711:
URL: https://github.com/apache/hudi/pull/13711#discussion_r2359450786
##########
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:
Yes, in most cases we can run tests against table version 6 and current if
the new features are introduced in table version 8 and do not change post table
version 8. For tests that covers changes to table version 8 to 9 (current),
they should run on all three table versions, 6, 8 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]