kylebarron opened a new issue, #8373: URL: https://github.com/apache/arrow-rs/issues/8373
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Parquet recently adopted Geometry and Geography types: [apache/parquet-format@`master`/Geospatial.md](https://github.com/apache/parquet-format/blob/master/Geospatial.md) Details on * [PARQUET-2471: Add GEOMETRY and GEOGRAPHY logical types #240](https://github.com/apache/parquet-format/pull/240) **Describe the solution you'd like** I would like to implement geometry and geography support in parquet-rs **Additional context** This has been implemented in Arrow C++ and pyarrow as of v21.0.0 with [GH-45522: [Parquet][C++] Parquet GEOMETRY and GEOGRAPHY logical type implementations arrow#45459](https://github.com/apache/arrow/pull/45459) change. **Task list** (Each of these can be created as a separate issue for more discussion) - [ ] Added geometry logical types (printing, serialization, deserialization) - [ ] Added geometry column statistics (serialization, deserialization, writing) - [ ] Support reading/writing parquet files containing geometry columns - [ ] Integration test with pyarrow? -- 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: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org