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 2018/07/18 12:49:42 UTC

[GitHub] arina-ielchiieva commented on a change in pull request #1385: DRILL-6612: Query fails with AssertionError when joining persistent a…

arina-ielchiieva commented on a change in pull request #1385: DRILL-6612: Query fails with AssertionError when joining persistent a…
URL: https://github.com/apache/drill/pull/1385#discussion_r203363652
 
 

 ##########
 File path: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/SchemaUtilites.java
 ##########
 @@ -144,6 +144,11 @@ public static String getSchemaPath(List<String> schemaPath) {
     return SCHEMA_PATH_JOINER.join(schemaPath);
   }
 
+  /** Utility method to get the list with schema path components for given schema path string. */
+  public static List<String> getSchemaPathList(String schemaPath) {
 
 Review comment:
   Please rename to `getSchemaPathAsList`.

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


With regards,
Apache Git Services