Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/20863#discussion_r175660221
--- Diff: python/pyspark/sql/tests.py ---
@@ -201,6 +202,28 @@ def assertPandasEqual(self, expected, result):
"\n\nResult:\n%s\n%s" % (result, result.dtypes))
self.assertTrue(expected.equals(result), msg=msg)
+ @contextmanager
--- End diff --
This was extracted alone from
https://github.com/apache/spark/commit/d6632d185e147fcbe6724545488ad80dce20277e
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]