Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-444

Tajo fails to parse order by query with "is null" predicate in sort key

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.0
    • QueryMaster
    • 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
                                                         ^^
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            prafulla Prafulla T
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: