Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Jan 15, 2015
1 parent 47c24ff commit 675a3c9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ class UDFRegistration (sqlContext: SQLContext) extends org.apache.spark.Logging
functionRegistry.registerFunction(name, builder)
}

// scalastyle:off

/* registerFunction 0-22 were generated by this script
(0 to 22).map { x =>
Expand Down Expand Up @@ -110,8 +112,6 @@ class UDFRegistration (sqlContext: SQLContext) extends org.apache.spark.Logging
}
*/

// scalastyle:off

/**
* Register a Scala closure of 0 arguments as user-defined function (UDF).
* @tparam RT return type of UDF.
Expand Down

0 comments on commit 675a3c9

Please sign in to comment.