panbingkun commented on code in PR #44778:
URL: https://github.com/apache/spark/pull/44778#discussion_r1470712670
##########
python/pyspark/sql/tests/test_utils.py:
##########
@@ -969,6 +984,7 @@ def test_assert_error_pandas_pyspark_df(self):
},
)
+ @unittest.skipIf(not have_pandas or not have_pyarrow, "no pandas or
pyarrow dependency")
def test_assert_error_non_pyspark_df(self):
Review Comment:
https://github.com/apache/spark/blob/4da7c3d316e3d1340258698e841be370bd16d6fa/python/pyspark/sql/tests/test_utils.py#L977
https://github.com/apache/spark/blob/4da7c3d316e3d1340258698e841be370bd16d6fa/python/pyspark/testing/utils.py#L923
--
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]