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 2022/10/14 11:56:11 UTC

[GitHub] [hudi] Zouxxyy commented on pull request #6949: [MINOR] Test case for hoodie.merge.allow.duplicate.on.inserts

Zouxxyy commented on PR #6949:
URL: https://github.com/apache/hudi/pull/6949#issuecomment-1278908048

   > @Zouxxyy please enrich this UT so that we can know the behavior of different DML operations when enable `hoodie.merge.allow.duplicate.on.inserts`.
   
   Since we have chosen non-strict mode (insert), we may have duplicate primary key records, which can cause a lot of uncertainty when updating records, such as only updating records in one file, so I think we should avoid using the upsert operation under non-strict mode.
   
   Therefore, I only tested the insert and select operations for correctness


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