smaheshwar-pltr opened a new issue, #2605:
URL: https://github.com/apache/iceberg-rust/issues/2605

   ### Apache Iceberg Rust version
   
   None
   
   ### Describe the bug
   
   `DefaultLocationGenerator::new` takes `TableMetadata` by value unnecessarily 
(I believe), forcing writers to clone the entire metadata when they don't need 
to, see 
https://github.com/apache/iceberg-rust/blob/47eaef7185916eb86add59d913eb872a06810465/crates/integrations/datafusion/src/physical_plan/write.rs#L247
   
   Fixed by https://github.com/apache/iceberg-rust/pull/2604
   
   ### To Reproduce
   
   _No response_
   
   ### Expected behavior
   
   _No response_
   
   ### Willingness to contribute
   
   None


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

Reply via email to