stefanbuk-db opened a new pull request, #45407: URL: https://github.com/apache/spark/pull/45407
### What changes were proposed in this pull request? In the PR, I propose to assign the proper names to the legacy error classes _LEGACY_ERROR_TEMP_325[1-9], and modify tests in testing suites to reflect these changes and use checkError() function. Also this PR improves the error messages. ### Why are the changes needed? Proper name improves user experience w/ Spark SQL. ### Does this PR introduce _any_ user-facing change? Yes, the PR changes an user-facing error message. ### How was this patch tested? By running modified test suits: `build/sbt "test:testOnly *DateTimeFormatterHelperSuite"` `build/sbt "test:testOnly *IntervalUtilsSuite"` `build/sbt "test:testOnly *DataTypeSuite"` `build/sbt "test:testOnly *StructTypeSuite"` ### Was this patch authored or co-authored using generative AI tooling? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
