Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/20465#discussion_r165259740
--- 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 --
I have no idea how to test it in jenkins, as jenkins should always have
pandas and pyarrow installed with required versions. I think we can only test
it manually.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]