grundprinzip commented on code in PR #39084:
URL: https://github.com/apache/spark/pull/39084#discussion_r1052556350
##########
python/pyspark/sql/tests/connect/test_connect_basic.py:
##########
@@ -389,6 +389,21 @@ def test_schema(self):
self.connect.sql(query).schema.__repr__(),
)
+ def test_to(self):
+ # SPARK-41464: test DataFrame.to()
Review Comment:
The reason to have the tests on both sides is to understand the error
propagation etc. For all assertions and checks we're adding on the client we
need adequate tests for the branches.
--
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]