Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/20465#discussion_r165259756
--- Diff: python/pyspark/sql/tests.py ---
@@ -2858,16 +2833,6 @@ def
test_create_dataframe_from_pandas_with_timestamp(self):
self.assertTrue(isinstance(df.schema['ts'].dataType,
TimestampType))
self.assertTrue(isinstance(df.schema['d'].dataType, DateType))
- @unittest.skipIf(not _have_old_pandas, "Old Pandas not installed")
- def test_create_dataframe_from_old_pandas(self):
--- End diff --
ditto
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]