CTTY commented on issue #1650:
URL: https://github.com/apache/iceberg-rust/issues/1650#issuecomment-3260762257

   Another issue is the existing `DataFileWriter` is only aware of files from a 
single partition 
([link](https://github.com/apache/iceberg-rust/blob/cd53ac2f7286aa7b12c8f640aebab00b0978b7a8/crates/iceberg/src/writer/base_writer/data_file_writer.rs#L64-L65)),
 I think we will need to remove `partition_value` and have the underlying 
`PartitioningWriter` to find out partition value by scanning through the input 
record batches


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