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


   ### What changes were proposed in this pull request?
   The purpose of this PR is to extract the common tests for v1 and v2 ALTER 
TABLE .. PARTITION, and run them for both DSv1 and DSv2.
   
   This PR follows the approach for `SHOW TABLES` and `SHOW PARTITIONS`:
   - https://github.com/apache/spark/pull/30287
   - https://github.com/apache/spark/pull/30377
   
   ### Why are the changes needed?
   1. To improve test coverage of v1 and v2 implementations of  `ALTER TABLE .. 
PARTITION` commands.
   2. To improve tests maintainability.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   By running new test suites:
   - `AlterTablePartitionParserSuite`
   - `v2/AlterTablePartitionSuite`


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