Skip to content

Commit 99742be

Browse files
author
Bogdan Raducanu
committed
indentation
1 parent 76f15d1 commit 99742be

File tree

1 file changed

+1
-3
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,7 @@ case class Stack(children: Seq[Expression]) extends Generator {
204204
}
205205
}
206206

207-
case class GeneratorOuter(child: Generator) extends UnaryExpression
208-
with Generator {
209-
207+
case class GeneratorOuter(child: Generator) extends UnaryExpression with Generator {
210208
final override def eval(input: InternalRow = null): TraversableOnce[InternalRow] =
211209
throw new UnsupportedOperationException(s"Cannot evaluate expression: $this")
212210

0 commit comments

Comments
 (0)