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-42841][SQL] Assign a name to the error class _LEGACY_ERROR_TEMP_2005
### What changes were proposed in this pull request?
see https://issues.apache.org/jira/browse/SPARK-42841, replace _LEGACY_ERROR_TEMP_2005 with a meaningful name. Some points:
- To make sure full UT coverage, method with "datatype" is refactored to call another one with "string".
- sqlStat '0A000' means NOT_SUPPORTED or CANNOT.
### Why are the changes needed?
see https://issues.apache.org/jira/browse/SPARK-42841
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
UT
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#51110 from yuexing/SPARK-42841-2005.
Lead-authored-by: xingyue <[email protected]>
Co-authored-by: Yue <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
0 commit comments