You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/12/29 10:22:50 UTC

[jira] [Updated] (TAJO-444) Tajo fails to parse order by query with "is null" predicate in sort key

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

Hyunsik Choi updated TAJO-444:
------------------------------

    Assignee:     (was: Hyunsik Choi)

> Tajo fails to parse order by query with "is null" predicate in sort key
> -----------------------------------------------------------------------
>
>                 Key: TAJO-444
>                 URL: https://issues.apache.org/jira/browse/TAJO-444
>             Project: Tajo
>          Issue Type: Bug
>          Components: query master
>            Reporter: Prafulla T
>
> Prepare table like the on mentioned in TAJO-443
> Try following query:
> {noformat}
> tajo> select score from table1 order by score is null;
> ERROR: mismatched input 'is' expecting {<EOF>, EXCEPT, INTERSECT, LIMIT, UNION, ';', ','}
> LINE 1:40 select score from table1 order by score is null
>                                                    ^^
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)