panbingkun opened a new pull request, #41336: URL: https://github.com/apache/spark/pull/41336
### What changes were proposed in this pull request? The pr aims to make the prompt for `findJar` method in IntegrationTestUtils clearer. ### Why are the changes needed? When I am running tests in ClientE2ETestSuite, I often cannot locate them through error prompts when they fail, and I can only search for specific reasons through code - Before applying this patche, the error prompt is as follows: `Exception encountered when invoking run on a nested suite - Failed to find the jar inside folder: .../spark-community/connector/connect/server/target` - After applying this patche, The error prompt is as follows: `Exception encountered when invoking run on a nested suite - Failed to find the jar: spark-connect-assembly(.).jar or spark-connect(.)3.5.0-SNAPSHOT.jar inside folder: .../spark-community/connector/connect/server/target. This file can be generated by similar to the following command: build/sbt package|assembly` Improvement in two aspects - Prompt us what files are missing - How to generate the above file ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manual check -- 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]
