MaxGekk opened a new pull request, #36147: URL: https://github.com/apache/spark/pull/36147
### What changes were proposed in this pull request? In the PR, I propose to get together all tests for error classes related to grouping and move them to `QueryCompilationErrorsSuite`. ### Why are the changes needed? To improve code maintenance - all tests for error classes are placed to Query.*ErrorsSuite. Also exception are raised from `QueryCompilationErrors`, so, tests should be in `QueryCompilationErrorsSuite` for consistency. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? By the affected test suites: ``` $ build/sbt "test:testOnly *SQLQuerySuite" $ build/sbt "test:testOnly *DataFrameAggregateSuite" $ build/sbt "test:testOnly *QueryCompilationErrorsSuite" ``` -- 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]
