mikhailnik-db commented on code in PR #49231:
URL: https://github.com/apache/spark/pull/49231#discussion_r1893764783


##########
python/pyspark/sql/tests/test_functions.py:
##########
@@ -84,9 +85,6 @@ def test_function_parity(self):
 
         # Functions that we expect to be missing in python until they are 
added to pyspark
         expected_missing_in_py = {
-            # TODO(SPARK-50220): listagg functions will soon be added and 
removed from this list
-            "listagg_distinct",
-            "listagg",
             "string_agg",

Review Comment:
   Yes, ofc. Just wanted to achieve green ci for `listagg` first



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