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


##########
flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/stream/sql/ChangelogNormalizeOptimizationTest.java:
##########
@@ -312,6 +322,11 @@ public static TestSpec join(
                             rightTable.getTableName()));
         }
 
+        public TestSpec withSessionOption(String key, String value) {
+            this.sessionProperties.put(key, value);

Review Comment:
   nit:
   ```suggestion
               this.sessionOptions.put(key, value);
   ```



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