kevinjqliu commented on issue #428:
URL: https://github.com/apache/iceberg-python/issues/428#issuecomment-1952969872

   Integrating this with the write path, I have 2 approaches
   
   1. refactoring `write_file` so that it can write multiple parquet files. 
This means 1 `WriteTask` can produce multiple `DataFile`s
   2. Bin-pack earlier and create multiple `WriteTask`s that is then passed to 
`write_file`
   
   I like the second option, but we need to coordinate with how we implement 
partitioned writes. 


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to