Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Latest parquet-format introduced a new representation for logical types. As of now this is not yet supported in parquet-mr, thus there's no way to use parametrized UTC normalized timestamp data types. When reading and writing Parquet files, besides 'converted_type' parquet-mr should use the new 'logicalType' field in SchemaElement to tell the current logical type annotation. To maintain backward compatibility, the semantic of converted_type shouldn't change.
Attachments
Issue Links
- depends upon
-
PARQUET-1293 Build failure when using Java 8 lambda expressions
- Resolved
- is depended upon by
-
PARQUET-1284 Incorporate new logical type parameters into schema language
- Resolved
- is duplicated by
-
PARQUET-905 Add "Floating Timestamp" logical type
- Resolved
-
PARQUET-1284 Incorporate new logical type parameters into schema language
- Resolved
- links to