-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Support for new logical type representation #1512
Copy link
Copy link
Closed
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.
Reporter: Nándor Kollár / @nandorKollar
Assignee: Nándor Kollár / @nandorKollar
Related issues:
- Add "Floating Timestamp" logical type (is duplicated by)
- Incorporate new logical type parameters into schema language (is duplicated by)
- Build failure when using Java 8 lambda expressions (depends upon)
- Incorporate new logical type parameters into schema language (is depended upon by)
PRs and other links:
Note: This issue was originally created as PARQUET-1253. Please see the migration documentation for further details.
Reactions are currently unavailable