snuyanzin commented on code in PR #23505:
URL: https://github.com/apache/flink/pull/23505#discussion_r1452777183
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/calcite/RelTimeIndicatorConverter.java:
##########
@@ -144,7 +145,8 @@ public RelNode visit(RelNode node) {
|| node instanceof FlinkLogicalSort
|| node instanceof FlinkLogicalOverAggregate
|| node instanceof FlinkLogicalExpand
- || node instanceof FlinkLogicalScriptTransform) {
+ || node instanceof FlinkLogicalScriptTransform
+ || node instanceof FlinkLogicalExchange) {
Review Comment:
Can you please elaborate a bit more your idea?
--
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]