-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
#11840 fixed the logical decimal types, but we may still missing other logical types used by parquet.
Need to visit all of the logical types and check the possible primitive type supports.
- StringLogicalTypeAnnotation
- MapLogicalTypeAnnotation
- ListLogicalTypeAnnotation
- EnumLogicalTypeAnnotation
- DecimalLogicalTypeAnnotation
- INT32
- INT64
- BINARY
- FIXED_LEN_BYTE_ARRAY
- DateLogicalTypeAnnotation
- TimeLogicalTypeAnnotation
- TimestampLogicalTypeAnnotation
- IntLogicalTypeAnnotation
- JsonLogicalTypeAnnotation
- BsonLogicalTypeAnnotation
- UUIDLogicalTypeAnnotation
- IntervalLogicalTypeAnnotation
- MapKeyValueTypeAnnotation