bithw1 commented on issue #11996:
URL: https://github.com/apache/hudi/issues/11996#issuecomment-2372782842

   > @bithw1 because you set precombine field, you can set `set 
hoodie.combine.before.insert = false;`
   
   Thanks, but it doesn't work for me..actually, `hoodie.combine.before.insert` 
is false by default.
   
   
   ```
     public static final ConfigProperty<String> COMBINE_BEFORE_INSERT = 
ConfigProperty
         .key("hoodie.combine.before.insert")
         .defaultValue("false")
         .markAdvanced()
         .withDocumentation("When inserted records share same key, controls 
whether they should be first combined (i.e de-duplicated) before"
             + " writing to storage.");
   
   ```


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