Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-1109

Timestamp Cast Returns invalid TIMESTAMP

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 1.4
    • Impala 2.0
    • None
    • None

    Description

      Casting an invalid string to a timestamp returns an invalid timestamp.

      [localhost:21000] > select cast("xyz" as timestamp);
      Query: select cast("xyz" as timestamp)
      +--------------------------+
      | cast('xyz' as timestamp) |
      +--------------------------+
      |                          |
      +--------------------------+
      Returned 1 row(s) in 0.16s
      

      Attachments

        Activity

          People

            victor.bittorf_impala_fcb6 Victor Bittorf
            victor.bittorf_impala_fcb6 Victor Bittorf
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: