Github user jaceklaskowski commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19261#discussion_r139309272
  
    --- Diff: python/pyspark/sql/functions.py ---
    @@ -793,12 +793,12 @@ def ntile(n):
     # ---------------------- Date/Timestamp functions 
------------------------------
     
     @since(1.5)
    -def current_date():
    +def current_date(timeZone=None):
    --- End diff --
    
    Would the change beg a different `@since`? It's no longer true that it 
existed `since(1.5)`, is it? Just asking...no idea how it really should be.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to