rdblue opened a new pull request #23606: [SPARK-26666][SQL] Support DSv2 
overwrite and dynamic partition overwrite.
URL: https://github.com/apache/spark/pull/23606
 
 
   ## What changes were proposed in this pull request?
   
   * Add `SupportsOverwrite` and `SupportsDynamicOverwrite` to DSv2 write API
   * Add `OverwriteByExpression` and `OverwritePartitionsDynamic` plans 
(logical and physical)
   * Add new plans to DSv2 write validation rule `ResolveOutputRelation`
   * Refactor `WriteToDataSourceV2Exec` into trait used by all DSv2 write exec 
nodes
   
   ## How was this patch tested?
   
   Existing tests cover changes to append and the dynamic overwrite plan, but 
leave out overwrite validation. Will add tests and update this PR.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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