Re: [PR] Fix creation of Bucket Transforms with pydantic>=2.11.0 [iceberg-python]

2025-04-03 Thread via GitHub
Fokko merged PR #1881: URL: https://github.com/apache/iceberg-python/pull/1881 -- 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: issues-unsubscr...@iceber

[PR] Fix creation of Bucket Transforms with pydantic>=2.11.0 [iceberg-python]

2025-04-03 Thread via GitHub
b-rick opened a new pull request, #1881: URL: https://github.com/apache/iceberg-python/pull/1881 When using pydantic>=2.11.0, we get an error when creating bucket transforms. In this version, it's illegal to access self before calling super. To fix this, we just need to ensure we call `supe