cloud-fan commented on code in PR #41429:
URL: https://github.com/apache/spark/pull/41429#discussion_r1244389813
##########
sql/core/src/test/scala/org/apache/spark/sql/errors/QueryExecutionErrorsSuite.scala:
##########
@@ -875,6 +875,18 @@ class QueryExecutionErrorsSuite
sqlState = "XX000")
}
+ test("INTERNAL_ERROR: Calling eval on Unevaluable NamedArgumentExpression") {
Review Comment:
I don't think we need to test it. `Unevaluable` is not added by this PR and
has been there for a long time.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]