Github user mehant commented on a diff in the pull request:

    https://github.com/apache/drill/pull/230#discussion_r43706882
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/partition/PruneScanRule.java
 ---
    @@ -166,16 +174,28 @@ protected void doOnMatch(RelOptRuleCall call, 
DrillFilterRel filterRel, DrillPro
         }
     
         if (partitionColumnBitSet.isEmpty()) {
    -      logger.debug("No partition columns are projected from the 
scan..continue.");
    +      logger.info("No partition columns are projected from the 
scan..continue. " +
    +          "Total pruning elapsed time: {} ms", 
totalPruningTime.elapsed(TimeUnit.MILLISECONDS));
    --- End diff --
    
    I think this is fine, since we always print a message at the beginning of 
PruneScanRule, it makes sense to print message indicating when we terminated. 
Also the message before ("No partition columns...) indicates that we didn't 
perform actual pruning. My objective was to capture total time spent in 
PruneScanRule.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to