File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
sql/catalyst/src/main/scala/org/apache/spark/sql/internal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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/" )
You can’t perform that action at this time.
0 commit comments