cshuo commented on code in PR #13142:
URL: https://github.com/apache/hudi/pull/13142#discussion_r2044170509
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:
##########
@@ -2508,6 +2509,29 @@ void
testWriteMultipleCommitWithLegacyAndRowDataWrite(String indexType, boolean
assertRowsEquals(rows, TestData.DATA_SET_SOURCE_INSERT);
}
+ @ParameterizedTest
+ @MethodSource("indexAndLogBlockType")
+ void testRowDataWriteModeWithDifferentLogFormat(String index, String
logBlockType) throws Exception {
Review Comment:
Make sense, will remove test option for AVRO block.
--
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]