Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Won't Do
-
Impala 2.8.0
Description
Kudu represents a timestamp as a 12-byte field in rows returned to Impala. In addition, Kudu stores the 4-byte date portion first, followed by the 8-byte time portion. Impala has those fields reversed (timestamp-value.h) and treats a timestamp as a 16-byte field.
In order to maintain Impala/Kudu tuple-format compatibility, we should change Impala's representation to match Kudu's.