Skip to content

Commit

Permalink
Call single param constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGekk committed Jun 20, 2018
1 parent e18568f commit 64dc3b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3424,7 +3424,7 @@ object functions {
* @group collection_funcs
* @since 1.5.0
*/
def size(e: Column): Column = withExpr { Size(e.expr) }
def size(e: Column): Column = withExpr { new Size(e.expr) }

/**
* Sorts the input array for the given column in ascending order,
Expand Down

0 comments on commit 64dc3b2

Please sign in to comment.