MaxGekk opened a new pull request #30287:
URL: https://github.com/apache/spark/pull/30287


   ### What changes were proposed in this pull request?
   In the PR, I propose to gather common `SHOW TABLES` tests into one trait 
`org.apache.spark.sql.execution.command.ShowTablesSuite`, and put datasource 
specific tests to the `v1.ShowTablesSuite` and `v2.ShowTablesSuite`.
   
   ### Why are the changes needed?
   - The unification will allow to run common `SHOW TABLES` tests for both DSv1 
and DSv2
   - 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?
   By running new test suites:
   - `org.apache.spark.sql.execution.command.v1.ShowTablesSuite`
   - `org.apache.spark.sql.execution.command.v2.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]

Reply via email to