File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
sql/catalyst/src/main/scala/org/apache/spark/sql/internal Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 253253 See https://storage-download.googleapis.com/maven-central/index.html
254254 -->
255255 <name >GCS Maven Central mirror</name >
256- <url >https://maven-central.storage-download.googleapis.com/repos/central/data /</url >
256+ <url >https://maven-central.storage-download.googleapis.com/maven2 /</url >
257257 <releases >
258258 <enabled >true</enabled >
259259 </releases >
284284 See https://storage-download.googleapis.com/maven-central/index.html
285285 -->
286286 <name >GCS Maven Central mirror</name >
287- <url >https://maven-central.storage-download.googleapis.com/repos/central/data /</url >
287+ <url >https://maven-central.storage-download.googleapis.com/maven2 /</url >
288288 <releases >
289289 <enabled >true</enabled >
290290 </releases >
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ object SparkBuild extends PomBuild {
226226 resolvers := Seq (
227227 // Google Mirror of Maven Central, placed first so that it's used instead of flaky Maven Central.
228228 // See https://storage-download.googleapis.com/maven-central/index.html for more info.
229- " gcs-maven-central-mirror" at " https://maven-central.storage-download.googleapis.com/repos/central/data /" ,
229+ " gcs-maven-central-mirror" at " https://maven-central.storage-download.googleapis.com/maven2 /" ,
230230 DefaultMavenRepository ,
231231 Resolver .mavenLocal,
232232 Resolver .file(" local" , file(Path .userHome.absolutePath + " /.ivy2/local" ))(Resolver .ivyStylePatterns)
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments