danny0405 commented on code in PR #13078:
URL: https://github.com/apache/hudi/pull/13078#discussion_r2049899634
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/TestWriteMergeOnReadWithCompact.java:
##########
@@ -89,11 +95,86 @@ protected Map<String, String> getMiniBatchExpected() {
return expected;
}
+ @ParameterizedTest
+ @ValueSource(booleans = {true, false})
+ public void testCompactWithCommitTimeOrder(boolean useLegacyConfig) throws
Exception {
Review Comment:
This is not where we should put the data set validation tests, maybe add
tests in `TestInputFormat`.
--
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]