dvjyothsna commented on a change in pull request #1646: DRILL-6852: Adapt 
current Parquet Metadata cache implementation to use Drill Metastore API
URL: https://github.com/apache/drill/pull/1646#discussion_r260528817
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillPushProjectIntoScanRule.java
 ##########
 @@ -61,12 +61,12 @@ protected boolean skipScanConversion(RelDataType 
projectRelDataType, TableScan s
   public static final RelOptRule DRILL_LOGICAL_INSTANCE =
       new DrillPushProjectIntoScanRule(LogicalProject.class,
           DrillScanRel.class,
-          "DrillPushProjIntoDrillRelScan");
+          "DrillPushProjectIntoScanRule");
 
 Review comment:
   Yes adding the word "logical" will help differentiate between logical and 
physical.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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