Skip to content

Commit 1d91865

Browse files
style issue
1 parent 53f89f2 commit 1d91865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/Column.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ class Column(protected[sql] val expr: Expression) extends Logging {
911911
*
912912
* @group expr_ops
913913
*/
914-
def over(w: WindowFunctionDefinition) = w.newColumn(this)
914+
def over(w: WindowFunctionDefinition): WindowFunctionDefinition = w.newColumn(this)
915915

916916
}
917917

0 commit comments

Comments
 (0)