weng1424 commented on code in PR #22001:
URL: https://github.com/apache/flink/pull/22001#discussion_r1119652784
##########
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:
Thanks for your contribution.I have the question if it can move to the front
of physical rewrite so that the local hash aggregate can continue to be pushed
into the scan?What do you think?
--
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]