daviddallakyan2005 commented on PR #3285: URL: https://github.com/apache/iceberg-python/pull/3285#issuecomment-5334167561
Thanks. I will follow that split. One index gap is still present after this PR. `_eq_applies_to_data_file` looks up equality field types on the current schema. If an equality delete is on a column that was later dropped, `for_data_file` raises `ValueError: Could not find field with id: ...`. Java handled that in apache/iceberg#15268. I will land that fix plus the PyArrow apply-on-read work as a follow-up as soon as this merges. #3805 is that follow-up. I will rebase it onto this once it lands. -- 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]
