Skip to content
Snippets Groups Projects
Commit 04bcd67c authored by Daoyuan Wang's avatar Daoyuan Wang Committed by Sean Owen
Browse files

[MINOR] a typo: coalesce

Author: Daoyuan Wang <daoyuan.wang@intel.com>

Closes #5482 from adrian-wang/typo and squashes the following commits:

e65ef6f [Daoyuan Wang] typo
parent 6ac8eea2
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,7 @@ case class GeneratedAggregate(
val currentSum = AttributeReference("currentSum", calcType, nullable = true)()
val initialValue = Literal.create(null, calcType)
// Coalasce avoids double calculation...
// Coalesce avoids double calculation...
// but really, common sub expression elimination would be better....
val zero = Cast(Literal(0), calcType)
val updateFunction = Coalesce(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment