Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-47928][SQL][TEST] Speed up test "Add jar support Ivy URI in SQL"
### What changes were proposed in this pull request? `SQLQuerySuite`/"SPARK-33084: Add jar support Ivy URI in SQL" uses Hive deps to test `ADD JAR` which pulls tons of transitive deps, this PR replaces it with light jars but covers all semantics to speed up the UT. ### Why are the changes needed? Speed up the test, and reduce unnecessary relationships with Hive. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Run UT locally. Before ``` [info] - SPARK-33084: Add jar support Ivy URI in SQL (16 minutes, 55 seconds) ``` After ``` [info] - SPARK-33084: Add jar support Ivy URI in SQL (17 seconds, 783 milliseconds) ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#46150 from pan3793/SPARK-47928. Authored-by: Cheng Pan <[email protected]> Signed-off-by: yangjie01 <[email protected]>
- Loading branch information