Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
As discussed in the mailing list, INT96 is only used to represent nanosec timestamp in Impala for some historical reasons, and should be deprecated. Since nanosec precision is rarely a real requirement, one possible and simple solution would be replacing INT96 with INT64 (TIMESTAMP_MILLIS) or INT64 (TIMESTAMP_MICROS).
Several projects (Impala, Hive, Spark, ...) support INT96.
We need a clear spec of the replacement and the path to deprecation.
Attachments
Issue Links
- relates to
-
PARQUET-1928 Interpret Parquet INT96 type as FIXED[12] AVRO Schema
- Resolved
-
PARQUET-904 Define INT96 ordering
- Open
-
SPARK-8824 Support Parquet time related logical types
- Resolved
- links to