aniket486 opened a new pull request #28649:
URL: https://github.com/apache/spark/pull/28649


   for insert overwrite if not exists queries on Hive Serde Table.
   
   Example query:
   INSERT OVERWRITE table T partition(p='existing') IF NOT EXISTS select ... ; 
   where T is a Hive Serde table.
   
   For Datasource table, it does avoid the computation and exits early (due to 
work done in SPARK-20831).
   
   InsertSuite already covers the test scenario.


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