Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Sep 30, 2024
1 parent f2c1b7b commit 0168ef0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2542,7 +2542,7 @@ object QueryPlanSerde extends Logging with ShimQueryPlanSerde with CometExprShim
None
}

case GetArrayStructFields(child, _, ordinal, _, containsNull) =>
case GetArrayStructFields(child, _, ordinal, _, _) =>
val childExpr = exprToProto(child, inputs, binding)

if (childExpr.isDefined) {
Expand Down

0 comments on commit 0168ef0

Please sign in to comment.