Skip to content

Commit 840b630

Browse files
committed
Revert property name change, use ivy.home again.
1 parent 89c88e8 commit 840b630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/SQLQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3837,7 +3837,7 @@ class SQLQuerySuite extends QueryTest with SharedSparkSession with AdaptiveSpark
38373837
val sumFuncClass = "org.apache.spark.examples.sql.Spark33084"
38383838
val functionName = "test_udf"
38393839
withTempDir { dir =>
3840-
System.setProperty("ivy.default.ivy.user.dir", dir.getAbsolutePath)
3840+
System.setProperty("ivy.home", dir.getAbsolutePath)
38413841
val sourceJar = new File(Thread.currentThread().getContextClassLoader
38423842
.getResource("SPARK-33084.jar").getFile)
38433843
val targetCacheJarDir = new File(dir.getAbsolutePath +

0 commit comments

Comments
 (0)