beliefer commented on a change in pull request #27381: [MINOR][SQL] Fix comment 
mistake of WindowExec
URL: https://github.com/apache/spark/pull/27381#discussion_r372872180
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/window/WindowExec.scala
 ##########
 @@ -46,7 +46,7 @@ import org.apache.spark.sql.types.{CalendarIntervalType, 
DateType, IntegerType,
  *   rows to this frame.
  * - Moving frame: Every time we move to a new row to process, we remove some 
rows from the frame
  *   and we add some rows to the frame. Examples are:
- *     1 PRECEDING AND CURRENT ROW and 1 FOLLOWING AND 2 FOLLOWING.
 
 Review comment:
   Are you sure?
   It seems mean:
   `PRECEDING AND CURRENT ROW`
   and
   `1 FOLLOWING AND 2 FOLLOWING`

----------------------------------------------------------------
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