wangyum commented on a change in pull request #32750:
URL: https://github.com/apache/spark/pull/32750#discussion_r644065236
##########
File path: sql/hive/src/test/scala/org/apache/spark/sql/hive/test/TestHive.scala
##########
@@ -669,7 +669,7 @@ private[sql] class TestHiveSessionStateBuilder(
}
private[hive] object HiveTestJars {
- private val repository =
SQLConf.ADDITIONAL_REMOTE_REPOSITORIES.defaultValueString.split(",")(0)
+ private val repository =
SQLConf.ADDITIONAL_REMOTE_REPOSITORIES.defaultValueString.split(",").last
Review comment:
Need download jars from
`https://repository.apache.org/content/repositories/staging/`.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]