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

    https://github.com/apache/drill/pull/328#discussion_r50656611
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/planner/FileSystemPartitionDescriptor.java
 ---
    @@ -82,11 +101,19 @@ public int getMaxHierarchyLevel() {
         return MAX_NESTED_SUBDIRS;
       }
     
    -  @Override
    -  public GroupScan createNewGroupScan(List<String> newFiles) throws 
IOException {
    -    final FileSelection newSelection = FileSelection.create(null, 
newFiles, getBaseTableLocation());
    -    final FileGroupScan newScan = 
((FileGroupScan)scanRel.getGroupScan()).clone(newSelection);
    -    return newScan;
    +//  @Override
    +//  public GroupScan createNewGroupScan(List<String> newFiles) throws 
IOException {
    --- End diff --
    
    This function can be removed completely...


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