aokolnychyi opened a new pull request #2858: URL: https://github.com/apache/iceberg/pull/2858
This PR extends `OutputFileFactory` to support multiple specs. When we write delete files, we should write them using the the same partition spec as data files they reference. This means we will need to write to multiple specs in a single transaction. Instead of having an output factory per spec, I think it is better to support multiple specs in a single factory. -- 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]
