kevinjqliu commented on issue #3758: URL: https://github.com/apache/iceberg-python/issues/3758#issuecomment-5269753777
I see a couple of PRs opened already, including a revert PR. - https://github.com/apache/iceberg-python/pull/3776 - https://github.com/apache/iceberg-python/pull/3782 - https://github.com/apache/iceberg-python/pull/3780 Lets figure out a best path forward. I have been iterating with codex on a solution to logically separate partition filters and row filters: https://github.com/apache/iceberg-python/compare/main...kevinjqliu:iceberg-python:kevinjqliu/codex-overwrite-pruning-regression-tests?expand=1 Originally I wanted to merge the revert PR to unblock the 0.12 release. However, it looks like reverting causes lots of unnecessary changes, and fixing forward seems relatively straight forward. Let's see if we can fix forward first, we can fallback to revert -- 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]
