huan233usc opened a new pull request, #16850:
URL: https://github.com/apache/iceberg/pull/16850

   ## Summary
   
   - Avoid converting Parquet lexicographic min/max footer stats into Iceberg 
bounds for `geometry` and `geography` columns.
   - Fall back to value/null counts for geo columns until spatial bounding-box 
stats are plumbed through the metrics path.
   - Add focused coverage that computes footer metrics for geometry and 
geography schemas and verifies lower/upper bounds are omitted.
   
   This is split out from #16650 and is independent of #16765.
   
   ## Test plan
   
   - [ ] `./gradlew :iceberg-parquet:test --tests 
org.apache.iceberg.parquet.TestParquet.testGeospatialFooterMetricsSkipParquetBounds`
   
   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]

Reply via email to