sarutak commented on code in PR #56003:
URL: https://github.com/apache/spark/pull/56003#discussion_r3275918807


##########
sql/hive/src/test/scala/org/apache/spark/sql/hive/client/HiveClientBuilder.scala:
##########
@@ -33,6 +33,11 @@ private[client] object HiveClientBuilder {
       Some(new File(sys.props("java.io.tmpdir"), 
"hive-ivy-cache").getAbsolutePath))
   }
 
+  // Path to a custom Ivy settings file for testing in environments that 
require
+  // authenticated access to private repositories:
+  private val ivySettingsPath: Option[String] =
+    sys.env.get("SPARK_VERSIONS_SUITE_IVY_SETTINGS")

Review Comment:
   System properties don't propagate to forked test JVMs right?



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

Reply via email to