Peng-Lei opened a new pull request #34476: URL: https://github.com/apache/spark/pull/34476
### What changes were proposed in this pull request? 1. Move SHOW TBLPROPERTIES parsing tests to `ShowTblPropertiesParserSuite`. 2. Define the class `command.ShowTblPropertiesSuiteBase` that is parent of `v1.ShowTblPropertiesSuiteBase` and `v2.ShowTblPropertiesSuite`. 3. Define the class `v1.ShowTblPropertiesSuiteBase` that is parent of `v1.ShowTblPropertiesSuite` and `hive.execution.command.ShowTblPropertiesSuite`. 4. move testcase from `DDLParserSuite` to `ShowTblPropertiesParserSuite` 5. move testcase from `DataSourceV2SQLSessionCatalogSuite` and `DataSourceV2SQLSuite` to `v2.ShowTblPropertiesSuite` 6. move testcase from `HiveCommandSuite` to `hive.execution.command.ShowTblPropertiesSuite` The changes follow the approach of [#30287](https://github.com/apache/spark/pull/30287) [#34305](https://github.com/apache/spark/pull/34305) ### Why are the changes needed? 1. The unification will allow to run common `SHOW TBLPROPERTIES` tests for both DSv1/Hive DSv1 and DSv2 2. We can detect missing features and differences between DSv1 and DSv2 implementations. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Existing unit tests -- 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]
