Skip to content
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'origin/master' into SPARK-8357
  • Loading branch information
JoshRosen committed Jul 21, 2015
commit 3c7db0f21747aed8e563dc79c00c15a423cbf369
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ case class GeneratedAggregate(

val resultProjection = resultProjectionBuilder()
Iterator(resultProjection(buffer))
} else if (unsafeEnabled && schemaSupportsUnsafe) {
} else if (unsafeEnabled) {
// unsafe aggregation buffer is not released if input is empty (see SPARK-8357)
assert(iter.hasNext, "There should be at least one row for this path")
log.info("Using Unsafe-based aggregator")
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.