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


With regards,
Apache Git Services

Reply via email to