Skip to content

Commit

Permalink
For review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Feb 25, 2020
1 parent 83958fb commit 68d17f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/core/src/main/scala/org/apache/spark/sql/Column.scala
Expand Up @@ -103,7 +103,7 @@ class TypedColumn[-T, U](
*/
private[sql] def needInputType: Boolean = {
expr.find {
case ta: TypedAggregateExpression if ta.inputDeserializer.isEmpty => true
case ta: TypedAggregateExpression => ta.inputDeserializer.isEmpty
case _ => false
}.isDefined
}
Expand Down

0 comments on commit 68d17f7

Please sign in to comment.