Github user amansinha100 commented on a diff in the pull request:
https://github.com/apache/drill/pull/575#discussion_r75978179
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/partition/PruneScanRule.java
---
@@ -520,4 +531,10 @@ private static boolean isQualifiedDirPruning(final
TableScan scan) {
return false;
}
+ private static void setNotPruned(MetadataContext metaContext) {
--- End diff --
yes, I will create the common method.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---