ndrluis commented on PR #2881: URL: https://github.com/apache/iceberg-python/pull/2881#issuecomment-4564491351
Based on @kevinjqliu comments I dug into this again because I did not remember why I had handled it that way. After debugging it I found the previous approach was wrong. The failure is not in `expression_to_pyarrow(...)` it happens when PyArrow binds or applies the filter during scan materialization. I updated the handling and tests to cover the actual failure path, including the positional deletes case. -- 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]
