gtrettenero commented on PR #16336: URL: https://github.com/apache/iceberg/pull/16336#issuecomment-4453174408
> Usually we recommend to use distributed engine to rewrite the manifests in parallel, one can find such in https://iceberg.apache.org/docs/nightly/spark-procedures/#rewrite_manifests. Yeah I was using spark. It does most stuff in parallel for this action except for the copying of the rewrittenAddedManifests. I think normally this part doesn't cause a lot of slow downs because the result is only like 1-10 manifests. However, I had a use case with 4000 manifests post-rewrite so the job kept timing out. -- 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]
