This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 5f17a400a19 [SPARK-41847][CONNECT][PYTHON][TESTS][FOLLOWUP] Enable
test `test_explode `
5f17a400a19 is described below
commit 5f17a400a19e311a388d51dd7e1929ac02101c0f
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Sun Jan 15 20:15:14 2023 +0900
[SPARK-41847][CONNECT][PYTHON][TESTS][FOLLOWUP] Enable test `test_explode `
### What changes were proposed in this pull request?
Enable test `test_explode `
### Why are the changes needed?
for test coverage
### Does this PR introduce _any_ user-facing change?
no, test-only
### How was this patch tested?
enabled UT
Closes #39568 from zhengruifeng/connect_41847_test.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
python/pyspark/sql/tests/connect/test_parity_functions.py | 5 -----
1 file changed, 5 deletions(-)
diff --git a/python/pyspark/sql/tests/connect/test_parity_functions.py
b/python/pyspark/sql/tests/connect/test_parity_functions.py
index e763352e936..51422d555d2 100644
--- a/python/pyspark/sql/tests/connect/test_parity_functions.py
+++ b/python/pyspark/sql/tests/connect/test_parity_functions.py
@@ -31,11 +31,6 @@ class FunctionsParityTests(FunctionsTestsMixin,
ReusedConnectTestCase):
def test_basic_functions(self):
super().test_basic_functions()
- # TODO(SPARK-41847): DataFrame mapfield,structlist invalid type
- @unittest.skip("Fails in Spark Connect, should enable.")
- def test_explode(self):
- super().test_explode()
-
@unittest.skip("Spark Connect does not support Spark Context but the test
depends on that.")
def test_function_parity(self):
super().test_function_parity()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]