allisonwang-db commented on code in PR #44778:
URL: https://github.com/apache/spark/pull/44778#discussion_r1464136461


##########
python/pyspark/sql/tests/test_udtf.py:
##########
@@ -69,6 +69,9 @@
 )
 
 
[email protected](
+    not have_pandas or not have_pyarrow, pandas_requirement_message or 
pyarrow_requirement_message
+)
 class BaseUDTFTestsMixin:

Review Comment:
   BaseUDTFTestsMixin shouldn't require pandas dependency. Is this because of 
the assertDataFrameEqual usage?



-- 
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]

Reply via email to