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
Is your feature request related to a problem? Please describe.
This PR adds a config which controls whether it throws exceptions or returns null results if array index is out of bound or map key does not exist for arrays and maps respectively. Have to check if we support ANSI mode for these types and if we want to match the same behavior as CPU.
PR: apache/spark@08fd5013ad
Follow on PR to change config name: apache/spark@0b9f120c99
The text was updated successfully, but these errors were encountered:
I am working on #4564 . I thought of adding new config as part of my fix, but I decided to keep those two separate.
It will be great to merge #4564 before this one.
Is your feature request related to a problem? Please describe.
This PR adds a config which controls whether it throws exceptions or returns null results if array index is out of bound or map key does not exist for arrays and maps respectively. Have to check if we support ANSI mode for these types and if we want to match the same behavior as CPU.
PR: apache/spark@08fd5013ad
Follow on PR to change config name: apache/spark@0b9f120c99
The text was updated successfully, but these errors were encountered: