grundprinzip commented on code in PR #39091:
URL: https://github.com/apache/spark/pull/39091#discussion_r1058070997
##########
python/pyspark/sql/tests/connect/test_connect_basic.py:
##########
@@ -907,6 +907,38 @@ def test_random_split(self):
self.assert_eq(relations[i].toPandas(), datasets[i].toPandas())
i += 1
+ def test_observe(self):
Review Comment:
Please add tests for the two assertions you're adding in dataframe.py
--
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]