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

CURRENT_DATE generates parsing errors sometimes.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.11.0, 0.10.1
    • SQL Parser
    • None
    • Tajo 0.11.0-SNAPSHOT

    Description

      `current_date` works differently from other functions that returns DATE type.

      default> select cast('2015-03-10' as date)+1;
      ?plus
      -------------------------------
      2015-03-11
      (1 rows, 0.008 sec, 0 B selected)

      default> select TO_DATE('2015-03-10','YYYY-MM-DD')+1;
      ?plus
      -------------------------------
      2015-03-11
      (1 rows, 0.013 sec, 0 B selected)

      default> select current_date()+1;
      ERROR: mismatched input '+' expecting

      {<EOF>, EXCEPT, FROM, INTERSECT, UNION, ';', ','}

      Attachments

        Activity

          People

            navis Navis Ryu
            dongjoon Dongjoon Hyun
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: