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: [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]
