vdiravka commented on a change in pull request #1640: DRILL-7038: Queries on 
partitioned columns scan the entire datasets
URL: https://github.com/apache/drill/pull/1640#discussion_r262594843
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/physical/impl/scan/file/FileMetadata.java
 ##########
 @@ -52,7 +52,7 @@ public FileMetadata(Path filePath, Path selectionRoot) {
       return;
     }
 
-    dirPath = ColumnExplorer.parsePartitions(filePath.toString(), 
rootPath.toString());
+    dirPath = ColumnExplorer.parsePartitions(filePath.toString(), 
rootPath.toString(), false);
 
 Review comment:
   This change is already in master branch, please verify that it fits your 
requirements too.

----------------------------------------------------------------
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