Skip to content

Commit 65801cd

Browse files
committed
style and rat
1 parent 8f6b09a commit 65801cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.rat-excludes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ sbt-launch-lib.bash
4848
plugins.sbt
4949
work
5050
.*\.q
51+
.*\.qv
5152
golden
5253
test.out/*
5354
.*iml

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/complexTypes.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ case class CreateArray(children: Seq[Expression]) extends Expression {
125125
}
126126

127127
override def toString = s"Array(${children.mkString(",")})"
128-
}
128+
}

0 commit comments

Comments
 (0)