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

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

Prafulla T created TAJO-444:
-------------------------------

             Summary: 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.4#6159)