KurtYoung commented on a change in pull request #9080: [FLINK-13115] 
[table-planner-blink] Introduce planner rule to support partition pruning for 
PartitionableTableSource
URL: https://github.com/apache/flink/pull/9080#discussion_r302458347
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/plan/rules/FlinkBatchRuleSets.scala
 ##########
 @@ -243,6 +245,7 @@ object FlinkBatchRuleSets {
     // scan optimization
     PushProjectIntoTableSourceScanRule.INSTANCE,
     PushFilterIntoTableSourceScanRule.INSTANCE,
+    PushPartitionIntoTableSourceScanRule.INSTANCE,
 
 Review comment:
   Will it cause any problem if this `PushPartitionIntoTableSourceScanRule` is 
introduced with 2 different programs?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to