laskoviymishka opened a new issue, #994:
URL: https://github.com/apache/iceberg-go/issues/994

   Parent: #989
   
   Depends on #993. The spec only requires bbox-based pruning, not full 
geometric predicate evaluation — actual `ST_Intersects` / `ST_Within` is a 
query-engine concern. iceberg-go just needs `BBoxIntersects` plumbed through 
`exprs.go` and `BoundsEvaluator` so partition pruning + manifest pruning can 
drop files whose bbox doesn't intersect the query bbox.
   
   Tests cover `BoundsEvaluator` with bbox predicates plus an integration test 
asserting a query with a non-intersecting bbox prunes all data files. Spec: 
[Iceberg primitive types](https://iceberg.apache.org/spec/#primitive-types).


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