XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • None
    • None
    • None

    Description

      The Drill documentation describes a CURRENT_TIMESTAMP() function. Tried the following query:

      SELECT CURRENT_TIMESTAMP() FROM (VALUES(1))
      

      Got the following errors:

      SEVERE: org.apache.calcite.sql.validate.SqlValidatorException: No match found for function signature CURRENT_TIMESTAMP()
      SEVERE: org.apache.calcite.runtime.CalciteContextException: From line 1, column 8 to line 1, column 26: No match found for function signature CURRENT_TIMESTAMP()
      

      Please:

      • Implement the function, or
      • Remove the function from the documentation, or
      • Leave the function in the docs, but add a footnote saying that the function is not yet available.

      Note that Drill provides a NOW() function which does work and would seem to do exactly the same as the non-existent CURRENT_TIMESTAMP() function.

      Attachments

        Activity

          People

            Unassigned Unassigned
            paul-rogers Paul Rogers
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: