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


   ### What changes were proposed in this pull request?
   1. Move the `DROP TABLE` parsing tests to `DropTableParserSuite`
   2. Place the v1 tests for `DROP TABLE` from `DDLSuite` and v2 tests from 
`DataSourceV2SQLSuite` to the common trait `DropTableSuiteBase`, so, the tests 
will run for V1, Hive V1 and V2 DS.
   
   ### Why are the changes needed?
   - The unification will allow to run common `DROP TABLE` tests for both DSv1 
and Hive DSv1, 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:
   ```
   $ build/sbt -Phive-2.3 -Phive-thriftserver "test:testOnly 
*DropTableParserSuite"
   $ build/sbt -Phive-2.3 -Phive-thriftserver "test:testOnly *DropTableSuite"
   ```
   


----------------------------------------------------------------
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