Skip to content

Commit

Permalink
style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghao-intel committed May 21, 2015
1 parent 53f89f2 commit 1d91865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/core/src/main/scala/org/apache/spark/sql/Column.scala
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ class Column(protected[sql] val expr: Expression) extends Logging {
*
* @group expr_ops
*/
def over(w: WindowFunctionDefinition) = w.newColumn(this)
def over(w: WindowFunctionDefinition): WindowFunctionDefinition = w.newColumn(this)

}

Expand Down

0 comments on commit 1d91865

Please sign in to comment.