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

    https://github.com/apache/spark/pull/20400#discussion_r165256128
  
    --- Diff: python/pyspark/sql/window.py ---
    @@ -217,11 +242,16 @@ def rangeBetween(self, start, end):
             :param end: boundary end, inclusive.
                         The frame is unbounded if this is 
``Window.unboundedFollowing``, or
    --- End diff --
    
    Can we rewrite to reflect the current change here? For example, something 
like .. 
    
    ```
    ``Window.unboundedFollowing`` or a column returned by 
``pyspark.sql.functions.unboundedFollowing``?
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to