srowen commented on a change in pull request #23946: [SPARK-26860][PySpark] Fix 
for RangeBetween docs appear to be wrong
URL: https://github.com/apache/spark/pull/23946#discussion_r262130158
 
 

 ##########
 File path: python/pyspark/sql/window.py
 ##########
 @@ -97,6 +97,33 @@ def rowsBetween(start, end):
         and ``Window.currentRow`` to specify special boundary values, rather 
than using integral
         values directly.
 
+        A row based boundary is based on the position of the row within the 
partition.
 
 Review comment:
   Does SparkR, or Scala, need examples to parallel this one? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to