vvarma opened a new issue, #2432:
URL: https://github.com/apache/iceberg-rust/issues/2432
### Apache Iceberg Rust version
0.6.0 (latest version)
### Describe the bug
Nested-leaf predicates in the Arrow reader are rejected even when the
predicate targets a primitive leaf inside a struct.
For example, a predicate like:
```sql
nested.value = 20
```
fails during row-filter construction because
PredicateConverter::bound_reference resolves the predicate field ID to a
Parquet leaf column, then rejects it when the Parquet column root is a
group/struct.
### To Reproduce
_No response_
### Expected behavior
_No response_
### Willingness to contribute
I can contribute a fix for this bug independently
--
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]