You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Krystal (JIRA)" <ji...@apache.org> on 2014/04/11 00:44:14 UTC

[jira] [Updated] (DRILL-501) Drill fails to parse absolute value "@" in query

     [ https://issues.apache.org/jira/browse/DRILL-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krystal updated DRILL-501:
--------------------------

    Attachment: student.parquet

Student parquet data file used in query.

> Drill fails to parse absolute value "@" in query
> ------------------------------------------------
>
>                 Key: DRILL-501
>                 URL: https://issues.apache.org/jira/browse/DRILL-501
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Krystal
>         Attachments: student.parquet
>
>
> Ran the following query:
> select @(gpa - rownum) from student where rownum=10;
> Got the following error:
> Query failed: org.apache.drill.exec.rpc.RpcException: Remote failure while running query.[error_id: "727a0a12-44b5-4d51-aeb2-533543029e6b"
> endpoint {
>   address: "qa-node57.qa.lab"
>   user_port: 31010
>   control_port: 31011
>   data_port: 31012
> }
> error_type: 0
> message: "Failure while parsing sql. < SqlParseException:[ Lexical error at line 1, column 8.  Encountered: \"@\" (64), after : \"\" ] < TokenMgrError:[ Lexical error at line 1, column 8.  Encountered: \"@\" (64), after : \"\" ]"
> ]



--
This message was sent by Atlassian JIRA
(v6.2#6252)