Skip to content

Commit

Permalink
Add message
Browse files Browse the repository at this point in the history
  • Loading branch information
eejbyfeldt committed Jul 3, 2024
1 parent 8a512cf commit 45d913c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2287,7 +2287,7 @@ object QueryPlanSerde extends Logging with ShimQueryPlanSerde with CometExprShim
.setCreateNamedStruct(structBuilder)
.build())
} else {
withInfo(expr, struct.valExprs: _*)
withInfo(expr, "unsupported arguments for CreateNamedStruct", struct.valExprs: _*)
None
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
// Use inside a nullable statement to make sure isnan has correct behavior for null input
checkSparkAnswerAndOperator(
"SELECT CASE WHEN (_1 > 0) THEN NULL ELSE isnan(_1) END FROM tbl")
}
}
}
}
}
Expand Down

0 comments on commit 45d913c

Please sign in to comment.