hvanhovell commented on code in PR #48120:
URL: https://github.com/apache/spark/pull/48120#discussion_r1761462797
##########
repl/src/test/scala/org/apache/spark/repl/ReplSuite.scala:
##########
@@ -396,4 +396,41 @@ class ReplSuite extends SparkFunSuite {
Main.sparkContext.stop()
System.clearProperty("spark.driver.port")
}
+
+ test("register artifacts via SparkSession.addArtifact") {
Review Comment:
Can you use a UDF defined in the REPL? If so how does this work with a
JobArtifactSet? Do we layer the globally defined classpath over the session
specific classpath? (I'd be nice to document this somewhere).
--
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]