EnricoMi opened a new pull request, #43561: URL: https://github.com/apache/spark/pull/43561
### What changes were proposed in this pull request? Packages are deployed after all packages have been built. Currently, individual packages are deployed once they are built. ### Why are the changes needed? When some package fails to build (SPARK_45651), earlier packages have been published already, leading to an inconsistent set of latest snapshots, which might cause `ClassNotFoundExceptions` like in https://github.com/apache/spark/pull/43102#issuecomment-1759541718. Packages should only be published once all have been built. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Locally: `./build/mvn deploy` builds all packages before it attempts to upload any. ### Was this patch authored or co-authored using generative AI tooling? No -- 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]
