You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2020/04/18 15:26:15 UTC

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #2056: DRILL-7701: EVF V2 Scan Framework

arina-ielchiieva commented on a change in pull request #2056: DRILL-7701: EVF V2 Scan Framework
URL: https://github.com/apache/drill/pull/2056#discussion_r410088714
 
 

 ##########
 File path: exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/scan/v3/file/FileScanUtils.java
 ##########
 @@ -38,7 +38,7 @@ public static String partitionColName(int partition) {
   }
 
   public static List<SchemaPath> expandMetadata(int dirCount) {
-    List<String> selected = Arrays.asList(
+    List<String> selected = Lists.newArrayList(
 
 Review comment:
   Why to replace? It's better use java native methods instead of guava.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services