zhangfengcdt opened a new pull request, #3200: URL: https://github.com/apache/parquet-java/pull/3200
### Rationale for this change This is to add geometry and geography logical types in parquet-java according to the new parquet-format spec changes to add the geo types. ### What changes are included in this PR? The Geometry and Geography logical type have been added to LogicalTypeAnnotation. For geo columns, the corresponding Parquet group is annotated as GEOMETRY / GEOGRAPHY, with optimal parameters of crs and edge algorithm. Unit tests to test the new logical types are also added. ### Are these changes tested? Yes, TestTypeBuilders ### Are there any user-facing changes? Yes, Geometry and Geography types are now available. -- 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]
