Skip to content

Commit ba3e12d

Browse files
committed
style
1 parent d08c92d commit ba3e12d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ import org.apache.spark.sql.types._
2828
/**
2929
* Domain specific functions available for [[DataFrame]].
3030
*/
31+
// scalastyle:off
3132
object functions {
33+
// scalastyle:on
3234

3335
private[this] implicit def toColumn(expr: Expression): Column = Column(expr)
3436

0 commit comments

Comments
 (0)