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

 ##########
 File path: python/pyspark/sql/window.py
 ##########
 @@ -117,7 +120,8 @@ def rowsBetween(start, end):
     def rangeBetween(start, end):
         """
         Creates a :class:`WindowSpec` with the frame boundaries defined,
-        from `start` (inclusive) to `end` (inclusive).
+        from `start` (inclusive) to `end` (inclusive).Range Between considers 
values
 
 Review comment:
   Likewise missing a period and the operation is not written correctly. Also 
what does this mean, that it 'considers values'?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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