Github user shaneknapp commented on a diff in the pull request:
https://github.com/apache/spark/pull/20465#discussion_r165412455
--- Diff: python/pyspark/sql/tests.py ---
@@ -2819,13 +2802,6 @@ def test_to_pandas(self):
self.assertEquals(types[4], 'datetime64[ns]')
self.assertEquals(types[5], 'datetime64[ns]')
- @unittest.skipIf(not _have_old_pandas, "Old Pandas not installed")
- def test_to_pandas_old(self):
--- End diff --
jenkins does indeed have pandas and pyarrow installed, btw.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]