HyukjinKwon commented on code in PR #46529:
URL: https://github.com/apache/spark/pull/46529#discussion_r1605696794
##########
python/pyspark/sql/tests/connect/test_parity_arrow.py:
##########
@@ -31,8 +31,17 @@ def test_createDataFrame_fallback_disabled(self):
def test_createDataFrame_fallback_enabled(self):
super().test_createDataFrame_fallback_enabled()
- def test_createDataFrame_with_map_type(self):
- self.check_createDataFrame_with_map_type(True)
+ def test_createDataFrame_pandas_with_map_type(self):
+ self.check_createDataFrame_pandas_with_map_type(True)
+
+ def test_createDataFrame_pandas_with_struct_type(self):
+ self.check_createDataFrame_pandas_with_struct_type(True)
+
+ def test_createDataFrame_arrow_with_struct_type(self):
Review Comment:
We can remove this if that takes no argument. It will be inherited, and run
the tests
--
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]