dongjoon-hyun commented on code in PR #47498: URL: https://github.com/apache/spark/pull/47498#discussion_r1694419392
########## pom.xml: ########## @@ -359,6 +359,11 @@ <enabled>false</enabled> </snapshots> </repository> + <repository> + <id>avro-release-candidate</id> + <name>Avro Release Candidate</name> + <url>https://repository.apache.org/content/repositories/orgapacheavro-1037/</url> Review Comment: To make SBT CI happy, you need to update SBT file too. https://github.com/apache/spark/blob/112a52d58816a842b4a2aa9f37367e1317623625/project/SparkBuild.scala#L272-L279 -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org