C-Loftus opened a new pull request, #1568:
URL: https://github.com/apache/iceberg-go/pull/1568

   Closes #994 
   
   - Adds a BBoxIntersects geospatial predicate with public `BBox` and 
`IntersectsWithBBox` APIs.
   - Wires bbox predicates through binding, visitor dispatch, column-name 
translation, and operation string generation.
   - Implements inclusive manifest/data-file pruning by intersecting query 
boxes with stored Iceberg geospatial X/Y bounds.
       - Could use confirmation from a maintainer that just X/Y is appropriate. 
I didn't add any logic for Z/M since I presumed there is some more 
sophisticated logic that would be needed for that.  
   - Adds tests covering predicate binding, metrics pruning, scan planning 
behavior, and geo-bound decoding helpers.


-- 
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