-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-34856][FOLLOWUP][SQL] Remove dead code from AnsiCast.typeCheckFailureMessage #32004
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
Conversation
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
retest this please. |
|
^^^ I haven't sent this jenkins command for months...Have to do it since GA is slow now. |
MaxGekk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I wonder don't we have any test for the "dead" code?
|
Kubernetes integration test unable to build dist. exiting with code: 1 |
|
Test build #136718 has finished for PR 32004 at commit
|
|
Merged to master |
|
Test build #136729 has finished for PR 32004 at commit
|
What changes were proposed in this pull request?
After #31954, Array type is allowed to be cast as String type. So the customized conversion failure message branch from AnsiCast.typeCheckFailureMessage won't be reached anymore.
This PR is to remove the dead code.
Why are the changes needed?
Code clean up.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Just removing dead code.