Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 1.4
-
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