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

    https://github.com/apache/spark/pull/22841#discussion_r228376996
  
    --- Diff: python/pyspark/sql/window.py ---
    @@ -239,34 +212,27 @@ def rangeBetween(self, start, end):
             and "5" means the five off after the current row.
     
             We recommend users use ``Window.unboundedPreceding``, 
``Window.unboundedFollowing``,
    -        ``Window.currentRow``, 
``pyspark.sql.functions.unboundedPreceding``,
    -        ``pyspark.sql.functions.unboundedFollowing`` and 
``pyspark.sql.functions.currentRow``
    -        to specify special boundary values, rather than using integral 
values directly.
    +        and ``Window.currentRow`` to specify special boundary values, 
rather than using integral
    --- End diff --
    
    Oops, right. I misread.


---

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

Reply via email to