We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c88e8 commit 840b630Copy full SHA for 840b630
sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala
@@ -3837,7 +3837,7 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
3837
val sumFuncClass = "org.apache.spark.examples.sql.Spark33084"
3838
val functionName = "test_udf"
3839
withTempDir { dir =>
3840
- System.setProperty("ivy.default.ivy.user.dir", dir.getAbsolutePath)
+ System.setProperty("ivy.home", dir.getAbsolutePath)
3841
val sourceJar = new File(Thread.currentThread().getContextClassLoader
3842
.getResource("SPARK-33084.jar").getFile)
3843
val targetCacheJarDir = new File(dir.getAbsolutePath +
0 commit comments