hequn8128 commented on a change in pull request #8162: [FLINK-12174][table] Introduce FlinkAggregateExtractProjectRule and remove extractFieldReferences URL: https://github.com/apache/flink/pull/8162#discussion_r275800789
########## File path: flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/api/TableEnvironment.scala ########## @@ -293,13 +293,25 @@ abstract class TableEnvironment(val config: TableConfig) { } } + private def preOptimizeLogicalPlan(relNode: RelNode): RelNode = { Review comment: good 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services