Skip to content

Commit 6e6b87c

Browse files
committed
fix doc
1 parent 5bd630c commit 6e6b87c

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1982,9 +1982,9 @@ object SQLConf {
19821982

19831983
val ADDITIONAL_REMOTE_REPOSITORIES =
19841984
buildConf("spark.sql.additionalRemoteRepositories")
1985-
.doc("A comma-delimited string config of the optional additional remote maven mirror " +
1986-
"repositories, this is only used for downloading Hive jars in IsolatedClientLoader " +
1987-
"if the default maven central repo is unreachable.")
1985+
.doc("A comma-delimited string config of the optional additional remote Maven mirror " +
1986+
"repositories. This is only used for downloading Hive jars in IsolatedClientLoader " +
1987+
"if the default Maven Central repo is unreachable.")
19881988
.stringConf
19891989
.createWithDefault(
19901990
"https://maven-central.storage-download.googleapis.com/repos/central/data/")

0 commit comments

Comments
 (0)