-
Type:
New Feature
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: Impala 2.8.0
-
Fix Version/s: Impala 2.9.0
-
Component/s: Backend
-
Target Version:
-
Epic Color:ghx-label-3
Impala aims to support TIMESTAMP for Kudu tables. Because Impala’s TIMESTAMP type is a 96-bit type with nanosecond precision and Kudu’s timestamp is a 64-bit microsecond delta from the Unix epoch (called UNIXTIME_MICROS), a conversion will be necessary.