hudi icon indicating copy to clipboard operation
hudi copied to clipboard

[HUDI-7356] Passing configs to file reader constructor for flexibility

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

Change Logs

Passing HoodieConfig down to newHFileReader instead of passing useBuiltInHFileReader only. So it'd be easier to add more customization directly to file reader level in the future without having to change newHFileFileReader method.

Impact

None

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

None

Documentation Update

Describe any necessary documentation update if there is any new feature, config, or user-facing change

  • 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 19 '24 07:02 wombatu-kun

CI report:

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

hudi-bot avatar Feb 19 '24 13:02 hudi-bot