cshuo commented on code in PR #12967:
URL: https://github.com/apache/hudi/pull/12967#discussion_r2003188860


##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/sink/TestWriteMergeOnRead.java:
##########
@@ -41,6 +41,8 @@ public class TestWriteMergeOnRead extends 
TestWriteCopyOnWrite {
   @Override
   protected void setUp(Configuration conf) {
     conf.setBoolean(FlinkOptions.COMPACTION_ASYNC_ENABLED, false);
+    // test legacy stream write function
+    conf.setBoolean(FlinkOptions.INSERT_ROWDATA_MODE_ENABLED, false);

Review Comment:
   > fix the test operator inference
   
   Do you mean TestData#getWritePipeline? Here adding the config option is 
intended to make the test operator inference choose legacy write function.



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