Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/22273#discussion_r214225809
--- Diff: python/pyspark/sql/tests.py ---
@@ -4090,6 +4090,25 @@ def __init__(self, **kwargs):
_make_type_verifier(data_type, nullable=False)(obj)
+class HaveArrowTests(unittest.TestCase):
+
+ @unittest.skipIf(_have_pandas and _have_pyarrow,
+ "Required PyArrow and Pandas were found, Arrow tests
will run")
+ def test_required_pyarrow_pandas_not_installed(self):
--- End diff --
@HyukjinKwon any idea why this wouldn't have printed a skip message on the
last 3 out of 5 tests?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]