bithw1 commented on issue #17734:
URL: https://github.com/apache/hudi/issues/17734#issuecomment-3701812434
Thanks @deepakpanda93
I tried and it works!
I also find this config yesterday, but I didn't try this config because I
find the default value is `false`, not sure why it works if we explicitly set
it to be false.
I am using Hudi 0.15.0
```
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]