Details
Description
Java's Timestamp stores the time elapsed since the epoch. While it's by itself unambiguous, ambiguity comes when we parse a string into timestamp, or convert a timestamp to string, causing problems like HIVE-14305.
To solve the issue, I think we should make timestamp aware of timezone.
Attachments
Attachments
Issue Links
- is depended upon by
-
HIVE-16615 Support Time Zone Specifiers (i.e. "at time zone X")
- Open
-
HIVE-16614 Support "set local time zone" statement
- Closed
- is related to
-
HIVE-16658 TestTimestampTZ.java has missed the ASF header
- Closed
- relates to
-
CALCITE-1784 SqlTypeName doesn't have timestamp with time zone type
- Open
- requires
-
HIVE-16418 Allow HiveKey to skip some bytes for comparison
- Resolved
- links to