Skip to content

Commit 9ce74ed

Browse files
committed
Also update spark.sql.maven.additionalRemoteRepositories
1 parent 639c908 commit 9ce74ed

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2136,7 +2136,7 @@ object SQLConf {
21362136
"if the default Maven Central repo is unreachable.")
21372137
.stringConf
21382138
.createWithDefault(
2139-
"https://maven-central.storage-download.googleapis.com/repos/central/data/")
2139+
"https://maven-central.storage-download.googleapis.com/maven2/")
21402140

21412141
val LEGACY_FROM_DAYTIME_STRING =
21422142
buildConf("spark.sql.legacy.fromDayTimeString.enabled")

0 commit comments

Comments
 (0)