Aitozi commented on code in PR #22001: URL: https://github.com/apache/flink/pull/22001#discussion_r1120021883
########## flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/optimize/program/FlinkBatchProgram.scala: ########## @@ -292,6 +293,16 @@ object FlinkBatchProgram { // convert dynamic partition pruning scan source chainedProgram.addLast(DYNAMIC_PARTITION_PRUNING, new FlinkDynamicPartitionPruningProgram) + // physical rewrite Review Comment: https://issues.apache.org/jira/browse/FLINK-31260 -- 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