Skip to content

Commit

Permalink
More fix for the rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Dec 5, 2023
1 parent 4b12977 commit 19951a9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ case class HashAggregateExecTransformer(
}
childNodes.add(expressionNode)
}
exprNodes.add(getRowConstructNode(args, childNodes, newInputAttributes, aggFunc))
exprNodes.add(
getRowConstructNode(args, childNodes, newInputAttributes.toSeq, aggFunc))
case other =>
throw new UnsupportedOperationException(s"$other is not supported.")
}
Expand Down

0 comments on commit 19951a9

Please sign in to comment.