dongjoon-hyun opened a new pull request #26096: 
[SPARK-27831][FOLLOWUP][SQL][TEST] ADDITIONAL_REMOTE_REPOSITORIES is a 
comma-delimited string
URL: https://github.com/apache/spark/pull/26096
 
 
   ### What changes were proposed in this pull request?
   
   This PR is a very minor follow-up to become robust because 
`spark.sql.additionalRemoteRepositories` is a configuration which has a 
comma-separated value.
   
   ### Why are the changes needed?
   
   This make sure that `getHiveContribJar` will not fail on the configuration 
changes.
   
   ### Does this PR introduce any user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Manual. Change the default value with multiple repositories and run the 
following.
   ```
   build/sbt -Phive "project hive" "test-only 
org.apache.spark.sql.hive.HiveSparkSubmitSuite"
   ```

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