hudi icon indicating copy to clipboard operation
hudi copied to clipboard

[HUDI-6089] Handle default insert behaviour to ingest duplicates

Open wombatu-kun opened this issue 1 year ago • 1 comments

Change Logs

Made default value of "hoodie.merge.allow.duplicate.on.inserts" as True and fixed tests.

Impact

low

Risk level (write none, low medium or high below)

low

Documentation Update

Documentation update is needed as default value of HoodieWriteConfig property "hoodie.merge.allow.duplicate.on.inserts" changed to true

  • The config description must be updated if new configs are added or the default value of the configs are changed
  • Any new feature or user-facing change requires updating the Hudi website. Please create a Jira ticket, attach the ticket number here and follow the instruction to make changes to the website.

Contributor's checklist

  • [ ] Read through contributor's guide
  • [ ] Change Logs and Impact were stated clearly
  • [ ] Adequate tests were added if applicable
  • [ ] CI passed

wombatu-kun avatar Feb 22 '24 05:02 wombatu-kun

CI report:

  • 337a99cbb58d9f1cf9d6c6f31099ce9b4fbda85f Azure: SUCCESS
Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

hudi-bot avatar Feb 27 '24 05:02 hudi-bot

cc @nsivabalan : this needs update in documentation.

bvaradar avatar Mar 02 '24 23:03 bvaradar

@bvaradar : update in documentation is already made and merged https://github.com/apache/hudi/pull/10739

wombatu-kun avatar Mar 03 '24 04:03 wombatu-kun