MaxGekk opened a new pull request #30340: URL: https://github.com/apache/spark/pull/30340
### What changes were proposed in this pull request? 1. Move Hive SHOW TABLES tests to the separate test suite `org.apache.spark.sql.hive.execution.command.ShowTablesSuite`. 2. Re-use V1 SHOW TABLES tests added by https://github.com/apache/spark/pull/30287 in the Hive test suites. ### Why are the changes needed? To test V1 + common SHOW TABLES tests in Hive. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? By running new test suite: ``` $ build/sbt -Phive-2.3 -Phive-thriftserver "hive/test:testOnly org.apache.spark.sql.hive.execution.command.ShowTablesSuite" ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
