matriv commented on a change in pull request #18624:
URL: https://github.com/apache/flink/pull/18624#discussion_r801813012
##########
File path:
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/stream/StreamExecGlobalGroupAggregate.java
##########
@@ -78,6 +78,13 @@
@ExecNodeMetadata(
name = "stream-exec-global-group-aggregate",
version = 1,
+ consumedOptions = {
+ "table.optimizer.simplify-operator-name-enabled",
+ "table.local-time-zone",
Review comment:
As discussed, the timezone is used for all the windowing related exec
nodes, and I think it's safe to consider it as a consumed option and saved with
the plan.
--
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]