Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Prepare table like the on mentioned in TAJO-443
Try following query:
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 ^^