hudi icon indicating copy to clipboard operation
hudi copied to clipboard

[HUDI-7758] Only consider files in Hudi partitions when initializing MDT

Open the-other-tim-brown opened this issue 1 year ago • 2 comments

Change Logs

  • Only considers files in Hudi partitions for MDT to avoid any parsing issues

Impact

  • Avoids runtime exceptions trying to parse information from file paths

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. If not, put "none".

  • 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

the-other-tim-brown avatar May 14 '24 17:05 the-other-tim-brown

@KnightChess

I think such handling should be maintained on the XTable side, not on the Hudi side.

Probably true, but keeping the files scoped in Hudi itself still make sense for Hudi table, I guess it is hard to fix on XTable side because the metadata table is kind of an inner component.

danny0405 avatar May 17 '24 00:05 danny0405

CI report:

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

hudi-bot avatar Jul 04 '24 04:07 hudi-bot