Fokko opened a new issue, #179:
URL: https://github.com/apache/iceberg-python/issues/179

   ### Feature Request / Improvement
   
   Based on a comment in 
https://github.com/apache/iceberg-python/pull/139#discussion_r1398855771
   
   Instead it is better to use [Pydantic's 
model_copy](https://docs.pydantic.dev/latest/api/base_model/#pydantic.main.BaseModel.model_copy)
 this avoids pulling all the data to the Python, and will do the copy in Rust 🦀 
. For users that use this in a loop, it is good to keep performance in mind.


-- 
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.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