You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/08/05 11:59:23 UTC

[GitHub] [hudi] pengzhiwei2018 commented on pull request #3328: [HUDI-2208] Support Bulk Insert For Spark Sql

pengzhiwei2018 commented on pull request #3328:
URL: https://github.com/apache/hudi/pull/3328#issuecomment-893396472


   @vinothchandar @nsivabalan The PR has updated with the follow changes:
   1、Allow bulk insert for pk-table. 
     I introduce a config:  `hoodie.sql.insert.mode` . If set to "strict", we will do the pk uniqueness guarantee. If set to "non-strict", we will ignore the uniqueness guarantee for pk table. The bulk insert is support in the case. By default the value is "non-strict".
   2、CTAS use bulk insert by default.
   
   


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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org