Fokko commented on code in PR #53582:
URL: https://github.com/apache/spark/pull/53582#discussion_r2686080665
##########
project/SparkBuild.scala:
##########
@@ -304,6 +304,7 @@ object SparkBuild extends PomBuild {
// Google Mirror of Maven Central, placed first so that it's used
instead of flaky Maven Central.
// See https://storage-download.googleapis.com/maven-central/index.html
for more info.
"gcs-maven-central-mirror" at
"https://maven-central.storage-download.googleapis.com/maven2/",
+ "parquet-staging" at
"https://repository.apache.org/content/groups/staging/",
Review Comment:
```suggestion
```
##########
pom.xml:
##########
@@ -391,6 +391,16 @@
<enabled>false</enabled>
</snapshots>
</repository>
+ <repository>
+ <id>apache-staging</id>
+ <url>https://repository.apache.org/content/groups/staging</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
Review Comment:
```suggestion
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]