gengliangwang commented on code in PR #36780:
URL: https://github.com/apache/spark/pull/36780#discussion_r890466926


##########
core/src/main/resources/error/error-classes.json:
##########
@@ -195,7 +195,7 @@
   },
   "INVALID_ARRAY_INDEX_IN_ELEMENT_AT" : {
     "message" : [
-      "The index <indexValue> is out of bounds. The array has <arraySize> 
elements. To return NULL instead, use `try_element_at`. If necessary set 
<config> to \"false\" to bypass this error."
+      "The index <indexValue> is out of bounds. The array has <arraySize> 
elements. Use `try_element_at` to tolerate accessing element at non-existing 
index and return NULL instead. If necessary set <config> to \"false\" to bypass 
this error."

Review Comment:
   `non-existing index` => `invalid index` ?



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to