rdblue opened a new pull request #24937: [SPARK-28139][SQL] Add v2 ALTER TABLE 
implementation.
URL: https://github.com/apache/spark/pull/24937
 
 
   ## What changes were proposed in this pull request?
   
   * Implement `ALTER TABLE` for v2 tables
   * Add `AlterTable` logical plan and `AlterTableExec` physical plan
   * Convert `ALTER TABLE` parsed plans to `AlterTable` when a v2 catalog is 
responsible for an identifier
   * Validate that columns to alter exist in analyzer checks
   * Fix nested type handling in `CatalogV2Util`
   
   ## How was this patch tested?
   
   * Add extensive tests in `DataSourceV2SQLSuite`

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to