lifulong commented on code in PR #47281:
URL: https://github.com/apache/spark/pull/47281#discussion_r1673848641


##########
sql/core/src/main/scala/org/apache/spark/sql/artifact/ArtifactManager.scala:
##########
@@ -72,6 +72,7 @@ class ArtifactManager(session: SparkSession) extends Logging {
 
   protected[artifact] val state: JobArtifactState =
     JobArtifactState(session.sessionUUID, Option(classURI))
+  session.jobArtifactState = state

Review Comment:
   update spark session default jobArtifactState while create spark connect job 
artifact state
   @HyukjinKwon is this way ok?



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