huan233usc opened a new pull request, #16851: URL: https://github.com/apache/iceberg/pull/16851
## Summary - Add Spark 4.1 schema conversion for Iceberg `geometry` / `geography` to Spark `GeometryType` / `GeographyType` while preserving CRS. - Add reverse conversion from Spark geospatial DataTypes back to Iceberg geospatial types. - Allow `PruneColumnsWithoutReordering` to project geospatial columns. This is split out from #16650 and intentionally does not include Parquet read/write or end-to-end SQL tests. ## Test plan - [ ] `./gradlew :iceberg-spark:iceberg-spark-4.1_2.13:test --tests org.apache.iceberg.spark.TestSparkSchemaUtil.testGeospatialTypeConversion --tests org.apache.iceberg.spark.TestSparkSchemaUtil.testPruneGeospatialTypes` Local run did not reach compilation because Gradle dependency resolution failed with a local PKIX certificate path error while resolving plugins from Maven Central. GitHub CI should validate the test. -- 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]
