grundprinzip commented on code in PR #38836:
URL: https://github.com/apache/spark/pull/38836#discussion_r1034985163


##########
python/pyspark/sql/tests/connect/test_connect_basic.py:
##########
@@ -553,6 +553,42 @@ def test_drop_na(self):
             self.spark.sql(query).na.drop(how="any", thresh=2, 
subset="a").toPandas(),
         )
 
+    def test_replace(self):

Review Comment:
   * can you add some negative tests for assertions?
   



-- 
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]

Reply via email to