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/02/11 23:06:47 UTC

[GitHub] [hudi] tooptoop4 opened a new pull request #2572: [DOCS] UPSERT = no duplicates

tooptoop4 opened a new pull request #2572:
URL: https://github.com/apache/hudi/pull/2572


   Makes it clearer, ie for example when dealing with data like:
   
   if record key is columnA then the table will get 2 rows if write mode is UPSERT for below incoming data:
   row 1: columnA=abc,columnB=def
   row 2: columnA=abc,columnB=xyx
   row 3: columnA=jkl,columnB=rew
   
   if record key is columnA then the table will get 3 rows if write mode is INSERT for below incoming data:
   row 1: columnA=abc,columnB=def
   row 2: columnA=abc,columnB=xyx
   row 3: columnA=jkl,columnB=rew
   


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



[GitHub] [hudi] yanghua merged pull request #2572: [DOCS] UPSERT = no duplicates

Posted by GitBox <gi...@apache.org>.
yanghua merged pull request #2572:
URL: https://github.com/apache/hudi/pull/2572


   


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