Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/19884#discussion_r158112470
--- Diff: python/pyspark/sql/tests.py ---
@@ -3356,6 +3356,7 @@ def test_schema_conversion_roundtrip(self):
self.assertEquals(self.schema, schema_rt)
[email protected](not _have_pandas or not _have_arrow, "Pandas or Arrow not
installed")
--- End diff --
@ueshin @HyukjinKwon just confirming that this test should be conditional
on pandas/pyarrow being installed as we will check for a minimum pyarrow
version when using `pandas_udf `?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]