Yicong-Huang commented on issue #5598: URL: https://github.com/apache/texera/issues/5598#issuecomment-4672617063
I still prefer to keep the deepcopy if possible, for cases where we indeed need a deep copy to happen. To save cost, as you mentioned most of the cases only do first level value in place change, where a shallow copy is good enough, maybe we can introduce the `copy` (shallow copy) method and use that instead? we don't need to delete deepcopy. -- 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]
