panbingkun commented on code in PR #36855:
URL: https://github.com/apache/spark/pull/36855#discussion_r906231617
##########
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/CollectionExpressionsSuite.scala:
##########
@@ -2348,7 +2348,7 @@ class CollectionExpressionsSuite extends SparkFunSuite
with ExpressionEvalHelper
// SQL array indices start at 1 exception throws for both mode.
expr = ElementAt(array, Literal(0))
- val errMsg = "SQL array indices start at 1"
+ val errMsg = "The index 0 is out of bounds. The array has 3 elements."
Review Comment:
Done
--
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]