wirybeaver opened a new pull request, #2653: URL: https://github.com/apache/iceberg-rust/pull/2653
## Summary This draft PR adds Iceberg Geometry/Geography primitive type support by reusing arrow-rs/parquet-geospatial support instead of introducing a local geospatial model. - Adds GeometryType and GeographyType, using parquet_geospatial::WkbEdges for geography edge interpolation algorithms. - Converts Geometry/Geography to Arrow WKB extension metadata and enables Parquet geospatial logical type writing. - Maps Avro, Glue, and HMS representations to bytes/binary. - Rejects non-null JSON defaults, blocks unsupported partition transforms, and skips byte min/max statistics for spatial values. ## Related issues Related to #2411 and #1884. ## Test Plan - cargo test -p iceberg - cargo check -p iceberg-catalog-glue -p iceberg-catalog-hms - cargo check -p iceberg-datafusion - cargo public-api -p iceberg --all-features -ss | diff - crates/iceberg/public-api.txt - cargo check -p iceberg --locked - git diff --check -- 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]
