-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bool flag nullOnFailure in Cast Expression #185
Comments
CC: @mbasmanova |
This sounds like a good enhancement. You want to propose an update to the spec and proto representation? I might suggest using an enumeration instead of boolean just in case we need to introduce more variations later. |
Sure, will send a PR. |
@jacques-n @mbasmanova Please help review #186 |
Closed by #186. |
In velox, there have a bool flag nullOnFailure which prevents throws and instead returns null on cast failure
Is there any plan that we add such flag in substrait?
The text was updated successfully, but these errors were encountered: