panbingkun opened a new pull request, #36224: URL: https://github.com/apache/spark/pull/36224
### What changes were proposed in this pull request? This pr aims to Move tests for the error class PARSE_SYNTAX_ERROR from ErrorParserSuite to QueryParsingErrorsSuite., it's a followup of [SPARK-37935](https://issues.apache.org/jira/browse/SPARK-37935). ### Why are the changes needed? Move tests for the error class PARSE_SYNTAX_ERROR from ErrorParserSuite to QueryParsingErrorsSuite ### Does this PR introduce any user-facing change? No ### How was this patch tested? - Manual test: ``` ./build/sbt "sql/testOnly *QueryParsingErrorsSuite*" ``` All tests passed. -- 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]
