Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marmbrus committed Aug 18, 2014
1 parent 38c7449 commit f31b8ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ case class GeneratedAggregate(
set)

case CombineSetsAndCount(inputSet) =>
val ArrayType(inputType) = inputSet.dataType
val ArrayType(inputType, _) = inputSet.dataType
val set = AttributeReference("hashSet", inputSet.dataType, nullable = false)()
val initialValue = NewSet(inputType)
val collectSets = CombineSets(set, inputSet)
Expand Down

0 comments on commit f31b8ad

Please sign in to comment.