Skip to content

Commit

Permalink
nit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maropu committed Jan 15, 2020
1 parent cdcc4d0 commit b81ab18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ object Expand {
val attrMap = groupByAttrs.zipWithIndex.toMap

val hasDuplicateGroupingSets = groupingSetsAttrs.size !=
groupingSetsAttrs.map(_.map(_.canonicalized).toSet).distinct.size
groupingSetsAttrs.map(_.map(_.exprId).toSet).distinct.size

// Create an array of Projections for the child projection, and replace the projections'
// expressions which equal GroupBy expressions with Literal(null), if those expressions
Expand Down

0 comments on commit b81ab18

Please sign in to comment.