vvysotskyi 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_r203368482
##########
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:
Thanks, done.
----------------------------------------------------------------
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