MaxGekk commented on code in PR #41465:
URL: https://github.com/apache/spark/pull/41465#discussion_r1221385843


##########
python/pyspark/sql/tests/connect/client/test_artifact.py:
##########
@@ -294,6 +295,15 @@ def func(x):
             self.spark.addArtifacts(file_path, file=True)
             
self.assertEqual(self.spark.range(1).select(func("id")).first()[0], "Hello 
world!!")
 
+    def test_cache_artifact(self):

Review Comment:
   @HyukjinKwon For some unknown reasons the test suit freezes after the test 
completes successfully.
   
   I have added similar test for Scala client, please, review it: 
https://github.com/apache/spark/pull/41493



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to