qinghui-xu commented on issue #15826: URL: https://github.com/apache/iceberg/issues/15826#issuecomment-4651347335
And this new error is because the [field lookup](https://github.com/apache/iceberg/blob/48727c9072a017f582045c429cfe861bae0c0537/data/src/main/java/org/apache/iceberg/data/DeleteFilter.java#L314) lays out all id fields plainly to the top level, regardless whether they are nested to some inner struct or not. This later triggers the above error when trying to read nested_id_field on the top level columns of eq delete files. -- 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]
