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


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/stream/MultiJoinSemanticTests.java:
##########
@@ -26,6 +28,14 @@
 /** Semantic tests for {@link StreamExecMultiJoin}. */
 public class MultiJoinSemanticTests extends SemanticTestBase {
 
+    @Override
+    protected void envDefaultOptions(TableEnvironment env) {
+        env.getConfig()
+                .set(
+                        
OptimizerConfigOptions.TABLE_OPTIMIZER_NONDETERMINISTIC_UPDATE_STRATEGY,

Review Comment:
   Yes please. Feel free to create 2 tickets (one for enabling in all tests, 
one for fixing PTFs under PTF umbrella ticket), we can disable the PTF case 
with the new `applyDefaultOptions` method.



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