You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Spark made a change to ElementAt/Elt/GetArray with ansi-mode that throws runtime ArrayIndexOutOfBoundsException in Spark 3.1.1 instead of returning NULL. We need to make the same change in our plugin which will be done under #2272. Until that is done we should fall back to the CPU for those when ansi-mode is turned on.
Describe the bug
Spark made a change to ElementAt/Elt/GetArray with ansi-mode that throws runtime ArrayIndexOutOfBoundsException in Spark 3.1.1 instead of returning NULL. We need to make the same change in our plugin which will be done under #2272. Until that is done we should fall back to the CPU for those when ansi-mode is turned on.
See other details of that change:
[SPARK-33386][SQL] Accessing array elements in ElementAt/Elt/GetArray Item should failed if index is out of bound
https://issues.apache.org/jira/browse/SPARK-33386
apache/spark@6d31daeb6a
The text was updated successfully, but these errors were encountered: