vdiravka commented on a change in pull request #1657: DRILL-5603: Replace 
String file paths to Hadoop Path
URL: https://github.com/apache/drill/pull/1657#discussion_r261768464
 
 

 ##########
 File path: 
exec/java-exec/src/main/java/org/apache/drill/exec/planner/DFSFilePartitionLocation.java
 ##########
 @@ -17,35 +17,22 @@
  */
 package org.apache.drill.exec.planner;
 
+import org.apache.drill.exec.store.ColumnExplorer;
 import org.apache.hadoop.fs.Path;
 
 /**
  * Class defines a single partition in a DFS table.
  */
 public class DFSFilePartitionLocation extends SimplePartitionLocation {
-  private final String[] dirs;
-  private final String file;
+  private String[] dirs;
 
 Review comment:
   Overlooked it. Thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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