tanmayrauth commented on PR #1511:
URL: https://github.com/apache/iceberg-go/pull/1511#issuecomment-5073576831
Good catch. Went geometry-only rather than interval-union, since it matches
this PR — the per-file accumulator already omits geography bounds, so there's
nothing well-formed to aggregate yet.
Added NewGeoBoundsAggregator(isGeography bool): Add now rejects non-empty
geography bounds with ErrNotImplemented, while empty bounds (what iceberg-go
emits for geography) stay a no-op. Docs + tests updated.
Happy to switch to longitude interval-union if you'd rather geography
aggregate correctly now.
--
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]