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 edb96a068fa [SPARK-42001][CONNECT][PYTHON][TESTS] Update the related
JIRA tickets of two DataFrameReader tests
edb96a068fa is described below
commit edb96a068fa18d590c191e94928cb7020adab47c
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Sat Jan 14 11:15:08 2023 +0800
[SPARK-42001][CONNECT][PYTHON][TESTS] Update the related JIRA tickets of
two DataFrameReader tests
### What changes were proposed in this pull request?
Enable two schema related reader tests
### 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 #39552 from zhengruifeng/connect_fix_42001.
Authored-by: Ruifeng Zheng <[email protected]>
Signed-off-by: Ruifeng Zheng <[email protected]>
---
python/pyspark/sql/tests/connect/test_parity_readwriter.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/python/pyspark/sql/tests/connect/test_parity_readwriter.py
b/python/pyspark/sql/tests/connect/test_parity_readwriter.py
index fd8284f6cdc..0810ce6bb22 100644
--- a/python/pyspark/sql/tests/connect/test_parity_readwriter.py
+++ b/python/pyspark/sql/tests/connect/test_parity_readwriter.py
@@ -31,12 +31,12 @@ class ReadwriterParityTests(ReadwriterTestsMixin,
ReusedConnectTestCase):
def test_insert_into(self):
super().test_insert_into()
- # TODO(SPARK-42001): Unexpected schema set to DefaultSource plan
+ # TODO(SPARK-41834): Implement SparkSession.conf
@unittest.skip("Fails in Spark Connect, should enable.")
def test_save_and_load(self):
super().test_save_and_load()
- # TODO(SPARK-42001): Unexpected schema set to DefaultSource plan
+ # TODO(SPARK-41834): Implement SparkSession.conf
@unittest.skip("Fails in Spark Connect, should enable.")
def test_save_and_load_builder(self):
super().test_save_and_load_builder()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]