twalthr commented on a change in pull request #18756:
URL: https://github.com/apache/flink/pull/18756#discussion_r811947460



##########
File path: 
flink-table/flink-table-planner/src/test/resources/org/apache/flink/table/planner/plan/nodes/exec/stream/WindowTableFunctionJsonPlanTest_jsonplan/testIndividualWindowTVFProcessingTime.out
##########
@@ -173,6 +173,9 @@
   }, {
     "id" : 3,
     "type" : "stream-exec-watermark-assigner_1",
+    "configuration" : {
+      "table.exec.source.idle-timeout" : "0 ms"

Review comment:
       `StateTtlConfig` is definitely a runtime configuration. If a user 
observes that the state size of the query grows over time, it should still be 
possible to change the configuration. The new configuration will be directly 
forwarded to the state backend and does not affect the SQL operator topology at 
all. Where does it affect WatermarkAssignerOperator?




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