beliefer commented on code in PR #41561:
URL: https://github.com/apache/spark/pull/41561#discussion_r1232945727


##########
python/pyspark/sql/tests/test_functions.py:
##########
@@ -67,7 +67,7 @@ def test_function_parity(self):
 
         # For functions that are named differently in pyspark this is the 
mapping of their
         # python name to the JVM equivalent
-        py_equiv_jvm = {"create_map": "map"}
+        py_equiv_jvm = {"create_map": "map", "py_len": "len"}

Review Comment:
   +1



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