Kontinuation opened a new pull request, #12347: URL: https://github.com/apache/iceberg/pull/12347
This PR depends on https://github.com/apache/iceberg/pull/12346. It implements part of the iceberg geo spec: https://github.com/apache/iceberg/pull/10981. The iceberg spec requires that geometry and geography types in iceberg are mapped to `BINARY` physical types with `GEOMETRY` or `GEOGRAPHY` logical type annotations. These 2 spatial logical types were introduced to the Parquet format since https://github.com/apache/parquet-format/pull/240, and there is still on-going effort to implement them in parquet-java: https://github.com/apache/parquet-java/pull/2971. The parquet-java implementation is not finished yet, so this work-in-progress PR depends on a locally built SNAPSHOT version of parquet-java. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
