Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
-
None
Description
Add a new configuration `spark.sql.ansi.failOnElementNotExists` which controls whether throwing exceptions or returning null results when element not exists in the [] operator in array/map type.
The default value of the new configuration is true.