Skip to content

Commit

Permalink
Fix scalaStyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Preetesh2110 authored Jul 3, 2024
1 parent cab90d7 commit 03bbe04
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ abstract class HashAggregateExecTransformer(
childNodes.add(expressionNode)
}
}
exprNodes.add(getRowConstructNode(args, childNodes, newInputAttributes.toSeq, aggFunc))
exprNodes.add(
getRowConstructNode(args, childNodes, newInputAttributes.toSeq, aggFunc))
case other =>
throw new GlutenNotSupportException(s"$other is not supported.")
}
Expand Down

0 comments on commit 03bbe04

Please sign in to comment.