brgr-s commented on PR #2019: URL: https://github.com/apache/iceberg-rust/pull/2019#issuecomment-3996290622
@rambleraptor I came across this PR because we wanted to implement geospatial columns for our [fork of icebeg-rust](https://github.com/lakekeeper/iceberg-rust) that we are using in Lakekeeper. We already provided a PR for partial support of the VARIANT type (https://github.com/apache/iceberg-rust/pull/2188) I made some additions to your changes because I _think_ there where Edge Interpolation Algorithms missing for the GEOGRAPHY type. Also I couldn't find the 'planar' Edge Interpolaton Algorithm, at least in the parquet spec. If you find those changes usefull you can find them here: https://github.com/brgr-s/iceberg-rust/tree/feat/geo-types-support I think the biggest obstacle is that integration tests that Spark 4.1 does not yet support geospatial types, so we can't integration test the feature at the moment. -- 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]
