gustavodemorais commented on code in PR #26894:
URL: https://github.com/apache/flink/pull/26894#discussion_r2269783389


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/testutils/SemanticTestBase.java:
##########
@@ -81,6 +81,8 @@ public void clearData() {
     void runSteps(TableTestProgram program) throws Exception {
         final TableEnvironment env = 
TableEnvironment.create(EnvironmentSettings.inStreamingMode());
 
+        envDefaultOptions(env);

Review Comment:
   renamed



##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/analyze/NonDeterministicUpdateAnalyzerTest.java:
##########
@@ -356,6 +357,92 @@ void testMultiSinkOnJoinedView() {
                 false);
     }
 
+    @Test
+    void testMultiSinkOnMultiJoinedView() {
+        util.getTableEnv().getConfig().set(TABLE_OPTIMIZER_MULTI_JOIN_ENABLED, 
true);

Review Comment:
   done



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to