Details
Description
Ran into an issue while working with timestamp conversion.
CAST(unix_timestamp() as TIMESTAMP) should create a timestamp for the current time from the BIGINT returned by unix_timestamp()
Instead, however, a 1970-01-16 timestamp is returned.
Attachments
Attachments
Issue Links
- is depended upon by
-
HIVE-9917 After HIVE-3454 is done, make int to timestamp conversion configurable
- Closed
- is duplicated by
-
HIVE-3822 Casting from double to timestamp type seems inconsistent
- Open
- is related to
-
HIVE-11168 Followup on HIVE-9917, set the default value of hive.int.timestamp.conversion.in.seconds to true
- Open