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

    https://github.com/apache/drill/pull/369#discussion_r52383230
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetFormatPlugin.java
 ---
    @@ -233,7 +233,7 @@ private FileSelection expandSelection(DrillFileSystem 
fs, FileSelection selectio
             // /a/b/c.parquet and the format of the selection root must match 
that of the file names
             // otherwise downstream operations such as partition pruning can 
break.
             final Path metaRootPath = 
Path.getPathWithoutSchemeAndAuthority(metaRootDir.getPath());
    -        final FileSelection newSelection = FileSelection.create(null, 
fileNames, metaRootPath.toString());
    +        final FileSelection newSelection = new 
FileSelection(selection.getStatuses(fs), fileNames, metaRootPath.toString());
    --- End diff --
    
    Filed DRILL-4381. Thanks.


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

Reply via email to