Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazantsev Maksim committed Jan 24, 2025
1 parent e2f2494 commit ea01c61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2348,7 +2348,7 @@ object QueryPlanSerde extends Logging with ShimQueryPlanSerde with CometExprShim
createUnaryExpr(
expr.children(0),
inputs,
(builder, unaryExpr) => builder.setArrayAppend(unaryExpr)
(builder, unaryExpr) => builder.setArrayCompact(unaryExpr)
)
case _ =>
withInfo(expr, s"${expr.prettyName} is not supported", expr.children: _*)
Expand Down

0 comments on commit ea01c61

Please sign in to comment.