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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to