Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/549#discussion_r71903562 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/parser/DrillCompoundIdentifier.java --- @@ -69,31 +70,38 @@ public void addIndex(int index, SqlParserPos pos){ } } - public SqlNode getAsSqlNode(){ - if(ids.size() == 1){ + public SqlNode getAsSqlNode(Set<DrillCompoundIdentifier> fullSchemasSet) { --- End diff -- Can you add comment why you have to pass in the set of fullSchema? Without it, why will the previous code treat "cp" in "cp.`employee.json`" as a table name rather than schema name?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---