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

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/window/WindowExecBase.scala
 ##########
 @@ -114,7 +114,7 @@ abstract class WindowExecBase(
 
   /**
    * Collection containing an entry for each window frame to process. Each 
entry contains a frame's
-   * [[WindowExpression]]s and factory function for the WindowFrameFunction.
+   * [[WindowExpression]]s and factory function for the 
[[WindowFrameFunction]].
 
 Review comment:
   This is normally fine, but I know we have run into problems with some 
scaladoc links to classes. Are you sure this generates OK? probably so, just 
always get nervous about it.

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