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 d495e56 commit 350e8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2280,7 +2280,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 @@ -1722,6 +1722,7 @@ class CometExpressionSuite extends CometTestBase with AdaptiveSparkPlanHelper {
}
}
}

test("named_struct") {
Seq(true, false).foreach { dictionaryEnabled =>
withTempDir { dir =>
Expand Down

0 comments on commit 350e8d7

Please sign in to comment.