You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Sean Hsuan-Yi Chu (JIRA)" <ji...@apache.org> on 2015/07/15 22:57:06 UTC

[jira] [Created] (DRILL-3499) Using (Column[]) results in parsing error

Sean Hsuan-Yi Chu created DRILL-3499:
----------------------------------------

             Summary: 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)