Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.14.0
-
None
Description
CALCITE-1617 introduced LocalInterval as a proper way to close the gap between the semantics of SQL timestamp type and Druid instants.
After that, CALCITE-1947 introduced 'timestamp with local time zone' type in Calcite and mapped the Druid time column to this type. Thus, we do not need anymore the LocalInterval class and we can use Joda Interval, since the column represents an Instant rather than a LocalDateTime.
Attachments
Issue Links
- is depended upon by
-
CALCITE-2049 Release Calcite 1.15.0
- Closed
- is related to
-
HIVE-17672 Upgrade Calcite version to 1.14
- Closed