-
Notifications
You must be signed in to change notification settings - Fork 750
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
Feature: TransformCastSchema need check load_can_auto_cast_to during construction #16790
Comments
we may introduce another help function like #16072 but @andylokandy said
I think since currently our cast (run_cast) do report error on some (src, dst) pairs. |
But
|
We can say that a value is not able to be cast to another type, e.g. |
The latter will not throw errors at type checking, let's add it. It will always return
|
A simple case, the error is thrown during sql pipeline execution.
|
I mean, if we agree that all types can convert between each other, i.e. |
Summary
Description for this feature.
The text was updated successfully, but these errors were encountered: