Re: [PR] REST: Delegate parsing to Pydantic [iceberg-python]

2025-03-25 Thread via GitHub
Fokko merged PR #1847: URL: https://github.com/apache/iceberg-python/pull/1847 -- 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] REST: Delegate parsing to Pydantic [iceberg-python]

2025-03-25 Thread via GitHub
Fokko opened a new pull request, #1847: URL: https://github.com/apache/iceberg-python/pull/1847 # Rationale for this change Right now we deserialize the JSON into a dict, which is then passed into the Pydantic model. It is better to fully delegate this to pydantic because it is proba