danny0405 commented on code in PR #13159:
URL: https://github.com/apache/hudi/pull/13159#discussion_r2050096165


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestHoodieDataSource.java:
##########
@@ -781,6 +781,34 @@ void testLookupJoin(HoodieTableType tableType) {
     assertRowsEquals(result, TestData.DATA_SET_SOURCE_INSERT);
   }
 
+  @Test
+  void testDeleteForLegacyAvroWrite() {

Review Comment:
   It makes more sense we add tests in `TestInputFormat`  for payload merging 
logic in the future.



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