c-thiel commented on code in PR #2188: URL: https://github.com/apache/iceberg-rust/pull/2188#discussion_r3593287504
########## crates/iceberg/src/arrow/reader/projection.rs: ########## Review Comment: variant read is descoped from this PR. The read machinery is removed and `get_arrow_projection_mask` now returns `FeatureUnsupported` for any projection touching a variant (top-level or nested), before the fallback/field-id split so both paths are covered. `projection.rs` is back to essentially its pre-variant shape (+ the rejection). It'll come back in a focused follow-up PR. -- 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]
