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 253
253
See https://storage-download.googleapis.com/maven-central/index.html
254
254
-->
255
255
<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 >
257
257
<releases >
258
258
<enabled >true</enabled >
259
259
</releases >
284
284
See https://storage-download.googleapis.com/maven-central/index.html
285
285
-->
286
286
<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 >
288
288
<releases >
289
289
<enabled >true</enabled >
290
290
</releases >
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ object SparkBuild extends PomBuild {
226
226
resolvers := Seq (
227
227
// Google Mirror of Maven Central, placed first so that it's used instead of flaky Maven Central.
228
228
// 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 /" ,
230
230
DefaultMavenRepository ,
231
231
Resolver .mavenLocal,
232
232
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 {
2136
2136
" if the default Maven Central repo is unreachable." )
2137
2137
.stringConf
2138
2138
.createWithDefault(
2139
- " https://maven-central.storage-download.googleapis.com/repos/central/data /" )
2139
+ " https://maven-central.storage-download.googleapis.com/maven2 /" )
2140
2140
2141
2141
val LEGACY_FROM_DAYTIME_STRING =
2142
2142
buildConf(" spark.sql.legacy.fromDayTimeString.enabled" )
You can’t perform that action at this time.
0 commit comments