twalthr commented on code in PR #26894: URL: https://github.com/apache/flink/pull/26894#discussion_r2269854343
########## 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: Another reason why we should definitely add this config option. Makes sense to do it in a separate PR. -- 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