nevi-me opened a new pull request #9592: URL: https://github.com/apache/arrow/pull/9592
This implements the LogicalType from v2 of the format, by: - renaming `parquet::basic::LogicalType` to `parquet::basic::ConvertedType` to reflect the change in the spec - implementing `parquet::basic::LogicalType` which maps to `parquet_format::LogicalType` - writing the logical type in `parquet_format::SchemaElement` if v2 of the writer is used - making minor changes to align with the spec on column ordering This lays the groundwork for us to be able to: - support UUID and nanosecond precision timestamps (Arrow and non-Arrow) - support the new text schema format (`INT_32` and friends are deprecated) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
