HyukjinKwon commented on code in PR #46570:
URL: https://github.com/apache/spark/pull/46570#discussion_r1602437890
##########
python/pyspark/sql/tests/test_dataframe.py:
##########
@@ -844,6 +844,11 @@ def test_union_classmethod_usage(self):
def test_isinstance_dataframe(self):
self.assertIsInstance(self.spark.range(1), DataFrame)
+ def test_checkpoint_dataframe(self):
Review Comment:
I enabled some more tests that were skipped
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]