Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/18906#discussion_r159350021
--- Diff: python/pyspark/sql/udf.py ---
@@ -17,6 +17,7 @@
"""
User-defined function related classes and functions
"""
+import copy
--- End diff --
Seems we are not using it.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
