wangyum commented on a change in pull request #26096: 
[SPARK-27831][FOLLOWUP][SQL][TEST] ADDITIONAL_REMOTE_REPOSITORIES is a 
comma-delimited string
URL: https://github.com/apache/spark/pull/26096#discussion_r334216276
 
 

 ##########
 File path: 
sql/hive/src/test/scala/org/apache/spark/sql/hive/test/TestHive.scala
 ##########
 @@ -649,7 +649,7 @@ private[sql] class TestHiveSessionStateBuilder(
 }
 
 private[hive] object HiveTestJars {
-  private val repository = 
SQLConf.ADDITIONAL_REMOTE_REPOSITORIES.defaultValueString
+  private val repository = 
SQLConf.ADDITIONAL_REMOTE_REPOSITORIES.defaultValueString.split(",")(0)
   private val hiveTestJarsDir = Utils.createTempDir()
 
   def getHiveContribJar(version: String = HiveUtils.builtinHiveVersion): File =
 
 Review comment:
   Since you touched this file, could you add a new line after [line 
657](https://github.com/apache/spark/pull/26096/files#diff-0818c275c23a3fa4bb8441532bcd046dR657)?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to