Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.6.0
-
None
-
None
Description
The following two queries result in different timestamp casting behavior.
select cast(253430000000 as timestamp);
Result:
10000-11-16 14:13:20
The following query returns NULL.
select cast("10000-11-16 14:13:20" as timestamp);
Attachments
Issue Links
- relates to
-
IMPALA-5664 Unix time to timestamp conversions may crash impala (boost exception)
- Resolved