You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/08/20 00:50:41 UTC

[GitHub] [spark] brkyvz opened a new pull request #25507: [SPARK-28667][SQL] Support InsertInto through the V2SessionCatalog

brkyvz opened a new pull request #25507: [SPARK-28667][SQL] Support InsertInto through the V2SessionCatalog 
URL: https://github.com/apache/spark/pull/25507
 
 
   ### What changes were proposed in this pull request?
   
   This PR adds support for INSERT INTO through both the SQL and DataFrameWriter APIs through the V2SessionCatalog.
   
   ### Why are the changes needed?
   
   This will allow V2 tables to be plugged in through the V2SessionCatalog, and be used seamlessly with existing APIs.
   
   ### Does this PR introduce any user-facing change?
   
   No behavior changes.
   
   ### How was this patch tested?
   
   Pulled out a lot of tests so that they can be shared across the DataFrameWriter and SQL code paths.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org