CTTY opened a new issue, #1770: URL: https://github.com/apache/iceberg-rust/issues/1770
### Is your feature request related to a problem or challenge? As discussed here: https://github.com/apache/iceberg-rust/issues/1650#issuecomment-3265264426 We should have a TaskWriter that can write either partitioned or unpartitioned data. ### Describe the solution you'd like - TaskWriter should be able to write both partitioned and unpartitioned data - TaskWriter should be generic, and the implementations should be engine-specific - For partitioned data, TaskWriter should split the incoming record batch by partition, and assign the (partition_key, splitted batch) pairs to `PartitioningWriter` ### Willingness to contribute I can contribute to this feature independently -- 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]
