yaooqinn commented on code in PR #41913:
URL: https://github.com/apache/spark/pull/41913#discussion_r1257736725


##########
python/pyspark/sql/tests/connect/client/test_artifact.py:
##########
@@ -245,6 +245,7 @@ def func(x):
             spark_session.addArtifacts(pyfile_path, pyfile=True)
             
self.assertEqual(spark_session.range(1).select(func("id")).first()[0], 10)
 
+    @unittest.skip("SPARK-44348: Reeanble Session-based artifact test cases")

Review Comment:
   ```suggestion
       @unittest.skip("SPARK-44348: Reenable Session-based artifact test cases")
   ```



##########
python/pyspark/sql/tests/connect/client/test_artifact.py:
##########
@@ -272,6 +273,7 @@ def func(x):
             spark_session.addArtifacts(f"{package_path}.zip", pyfile=True)
             
self.assertEqual(spark_session.range(1).select(func("id")).first()[0], 5)
 
+    @unittest.skip("SPARK-44348: Reeanble Session-based artifact test cases")

Review Comment:
   ```suggestion
       @unittest.skip("SPARK-44348: Reenable Session-based artifact test cases")
   ```



##########
python/pyspark/sql/tests/connect/client/test_artifact.py:
##########
@@ -328,6 +331,7 @@ def func(x):
             spark_session.addArtifacts(file_path, file=True)
             
self.assertEqual(spark_session.range(1).select(func("id")).first()[0], "Hello 
world!!")
 
+    @unittest.skip("SPARK-44348: Reeanble Session-based artifact test cases")

Review Comment:
   ```suggestion
       @unittest.skip("SPARK-44348: Reenable Session-based artifact test cases")
   ```



##########
python/pyspark/sql/tests/connect/client/test_artifact.py:
##########
@@ -303,6 +305,7 @@ def func(x):
             spark_session.addArtifacts(f"{archive_path}.zip#my_files", 
archive=True)
             
self.assertEqual(spark_session.range(1).select(func("id")).first()[0], "hello 
world!")
 
+    @unittest.skip("SPARK-44348: Reeanble Session-based artifact test cases")

Review Comment:
   ```suggestion
       @unittest.skip("SPARK-44348: Reenable Session-based artifact test cases")
   ```



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