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 
probably faster, and we can detect when models are created from json or from 
Python dicts.
   
   Required by https://github.com/apache/iceberg-python/pull/1770
   
   # Are these changes tested?
   
   Existing tests
   
   # Are there any user-facing changes?
   
   No
   
   <!-- In the case of user-facing changes, please add the changelog label. -->
   


-- 
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...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to