panbingkun commented on code in PR #41534:
URL: https://github.com/apache/spark/pull/41534#discussion_r1230384776


##########
python/pyspark/sql/tests/test_functions.py:
##########
@@ -60,7 +60,7 @@ def test_function_parity(self):
             "typedLit",  # Scala only
             "monotonicallyIncreasingId",  # depreciated, use 
monotonically_increasing_id
             "not",  # equivalent to python ~expression
-            "udaf",  # used for creating UDAF's which are not supported in 
PySpark
+            "udaf", # used for creating UDAF's which are not supported in 
PySpark

Review Comment:
   Ok, Let me revert it.



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