Skip to content

Commit 130def0

Browse files
committed
fix comment
1 parent c525673 commit 130def0

File tree

1 file changed

+2
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/internal

1 file changed

+2
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,8 @@ object SQLConf {
19831983
private[spark] val ADDITIONAL_REMOTE_REPOSITORIES =
19841984
ConfigBuilder("spark.sql.additionalRemoteRepositories")
19851985
.doc("A comma-delimited string config of the optional additional remote maven mirror " +
1986-
"repositories, this can be used for downloading Hive jars in IsolatedClientLoader.")
1986+
"repositories, this can be used for downloading Hive jars in IsolatedClientLoader " +
1987+
"if the default maven central repo is unreachable.")
19871988
.stringConf
19881989
.createWithDefault("")
19891990
}

0 commit comments

Comments
 (0)