Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/19672#discussion_r149124210
--- Diff: python/pyspark/sql/functions.py ---
@@ -869,6 +869,19 @@ def month(col):
return Column(sc._jvm.functions.month(_to_java_column(col)))
+@since(2.2)
--- End diff --
Maybe, `@since(2.3)`--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
