[
https://issues.apache.org/jira/browse/DRILL-3499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14628854#comment-14628854
]
Sean Hsuan-Yi Chu commented on DRILL-3499:
------------------------------------------
This cannot be reproduced on calcite master. After rebasing is done, this issue
should be resolved as well.
> Using (Column[]) results in parsing error
> -----------------------------------------
>
> Key: DRILL-3499
> URL: https://issues.apache.org/jira/browse/DRILL-3499
> Project: Apache Drill
> Issue Type: Bug
> Components: SQL Parser
> Reporter: Sean Hsuan-Yi Chu
> Assignee: Sean Hsuan-Yi Chu
> Fix For: 1.4.0
>
>
> For example,
> {code}
> select *
> from dfs.`... .csv` inner join dfs.`... .csv`
> using (columns[0])
> {code}
> gives
> Error: PARSE ERROR: Encountered "[" at line 1, column 89.
> Was expecting one of:
> ")" ...
> "," ...
> Instead, it is supposed to just perform as "[]", being used elsewhere.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)