Quanlong Huang created IMPALA-14391:
---------------------------------------

             Summary: Support casting timestamp string with timezone offsets to 
DATE type
                 Key: IMPALA-14391
                 URL: https://issues.apache.org/jira/browse/IMPALA-14391
             Project: IMPALA
          Issue Type: New Feature
          Components: Backend
            Reporter: Quanlong Huang


This is a follow-up task for IMPALA-14383 where impalad crash in the following 
query:
{code:sql}
select cast('2025-08-31 06:23:24.9392129 +00:00' as DATE); {code}

The string has a timezone offset at its end. IMPALA-14383 fixes the crash by 
reporting it as an invalid string. But we should support this which runs fine 
in Hive.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to