Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/21060#discussion_r181279443
--- Diff: python/pyspark/sql/tests.py ---
@@ -185,22 +185,12 @@ def __init__(self, key, value):
self.value = value
-class ReusedSQLTestCase(ReusedPySparkTestCase):
- @classmethod
- def setUpClass(cls):
- ReusedPySparkTestCase.setUpClass()
- cls.spark = SparkSession(cls.sc)
-
- @classmethod
- def tearDownClass(cls):
- ReusedPySparkTestCase.tearDownClass()
- cls.spark.stop()
-
- def assertPandasEqual(self, expected, result):
--- End diff --
This method causes a conflict which I don't really understand why. I
compared line by line, character by character and they look identical.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]