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


   ### What changes were proposed in this pull request?
   1. Move the `ALTER TABLE .. ADD PARTITION` parsing tests to 
`AlterTableAddPartitionParserSuite`
   2. Place v1 tests for `ALTER TABLE .. ADD PARTITION` from `DDLSuite` and v2 
tests from `AlterTablePartitionV2SQLSuite` to the common trait 
`AlterTableAddPartitionSuiteBase`, so, the test will run for V1, Hive V1 and V2 
DS.
   
   ### Why are the changes needed?
   - The unification will allow to run common `ALTER TABLE .. ADD PARTITION` 
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 
*AlterTableAddPartitionSuite"
   ```
   


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