HyukjinKwon commented on code in PR #48455:
URL: https://github.com/apache/spark/pull/48455#discussion_r1804018908


##########
python/pyspark/sql/tests/connect/test_connect_function.py:
##########
@@ -2078,6 +2078,30 @@ def test_string_functions_multi_args(self):
         cdf = self.connect.sql(query)
         sdf = self.spark.sql(query)
 
+        # test is_valid_utf8

Review Comment:
   you can just add the test at `test_functions.py`. The tests will be resused.



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