ndrluis commented on PR #2881: URL: https://github.com/apache/iceberg-python/pull/2881#issuecomment-3867442824
I agree that the API change is a problem. I think it’s better for us to raise an exception when a user tries to filter a UUID column, I believe this approach is better for maintaining the current API and ensuring consistency between files written by Java and Python clients, since Java writes UUIDs to the metadata. Once it’s fixed on the Arrow side, we can simply remove the exception and upgrade the Arrow version. WDYT @Fokko @geruh @kevinjqliu? -- 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]
