This is an automated email from the ASF dual-hosted git repository.
ruifengz 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 7b4b8e71b54 [SPARK-42014][CONNECT][PYTHON][TESTS] Enable 2 tests in
test_parity_serde
7b4b8e71b54 is described below
commit 7b4b8e71b54a69d1e6809e04a77f6223055a404e
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Fri Jan 13 17:06:26 2023 +0800
[SPARK-42014][CONNECT][PYTHON][TESTS] Enable 2 tests in test_parity_serde
### What changes were proposed in this pull request?
Enable 2 tests in test_parity_serde
### Why are the changes needed?
test coverage
### Does this PR introduce _any_ user-facing change?
no, test-only
### How was this patch tested?
enabled tests
Closes #39548 from zhengruifeng/connect_fix_42014.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
---
python/pyspark/sql/tests/connect/test_parity_serde.py | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/python/pyspark/sql/tests/connect/test_parity_serde.py
b/python/pyspark/sql/tests/connect/test_parity_serde.py
index ba198636126..7d8acdd2075 100644
--- a/python/pyspark/sql/tests/connect/test_parity_serde.py
+++ b/python/pyspark/sql/tests/connect/test_parity_serde.py
@@ -22,11 +22,6 @@ from pyspark.testing.connectutils import
ReusedConnectTestCase
class SerdeParityTests(SerdeTestsMixin, ReusedConnectTestCase):
- # TODO(SPARK-42014): Support aware datetimes for createDataFrame
- @unittest.skip("Fails in Spark Connect, should enable.")
- def test_filter_with_datetime_timezone(self):
- super().test_filter_with_datetime_timezone()
-
@unittest.skip("Spark Connect does not support RDD but the tests depend on
them.")
def test_int_array_serialization(self):
super().test_int_array_serialization()
@@ -39,11 +34,6 @@ class SerdeParityTests(SerdeTestsMixin,
ReusedConnectTestCase):
def test_struct_in_map(self):
super().test_struct_in_map()
- # TODO(SPARK-42014): Support aware datetimes for createDataFrame
- @unittest.skip("Fails in Spark Connect, should enable.")
- def test_time_with_timezone(self):
- super().test_time_with_timezone()
-
if __name__ == "__main__":
import unittest
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]