Skip to content

Commit d47687f

Browse files
committed
fix warehouse dir
1 parent 42009fd commit d47687f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/core/src/main/scala/org/apache/spark/sql/api/python/PythonSQLUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ private[sql] object PythonSQLUtils {
4949
case p @ (SQLConf.SESSION_LOCAL_TIMEZONE.key, _, _, _) =>
5050
p.copy(_2 = "value of local timezone")
5151
case p @ (StaticSQLConf.WAREHOUSE_PATH.key, _, _, _) =>
52-
p.copy(_2 = "value of $SPARK_HOME/spark-warehouse")
52+
p.copy(_2 = "value of $PWD/spark-warehouse")
5353
case o => o
5454
}
5555
}

0 commit comments

Comments
 (0)