HyukjinKwon commented on code in PR #41357:
URL: https://github.com/apache/spark/pull/41357#discussion_r1212521231


##########
connector/connect/server/src/test/scala/org/apache/spark/sql/connect/artifact/ArtifactManagerSuite.scala:
##########
@@ -145,4 +145,23 @@ class ArtifactManagerSuite extends SharedSparkSession with 
ResourceHelper {
       assert(artifactManager.getSparkConnectPythonIncludes == Seq("abc.zip"))
     }
   }
+
+  test("Forward artifact file to cloud storage path") {

Review Comment:
   ```suggestion
     test("SPARK-43790: Forward artifact file to cloud storage path") {
   ```



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