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
[SPARK-26706][SQL][FOLLOWUP] Fix illegalNumericPrecedence for ByteType
Removed automatically generated tests in
```
test("canSafeCast and mayTruncate must be consistent for numeric types")
```
since `canSafeCast` doesn't exit in 2.3 branch. We have enough test coverages
in the explict casting tests.
Authored-by: DB Tsai <[email protected]>
Signed-off-by: DB Tsai <[email protected]>
0 commit comments