hudi icon indicating copy to clipboard operation
hudi copied to clipboard

[HUDI-7776] Simplify HoodieStorage instance fetching

Open yihua opened this issue 1 year ago • 1 comments

Change Logs

This PR simplifies HoodieStorage instance fetching to pass down the HoodieStorage instance from the meta client as much as possible, instead of using reflection, which may not work with a given file system instance.

Impact

As above.

Risk level

low

Documentation Update

none

Contributor's checklist

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

yihua avatar May 19 '24 20:05 yihua

CI report:

  • 24ea42132c66d0526562d86877e979e05245b082 UNKNOWN
  • e02d4a37c89d621d528ba5466d10364318b309de Azure: FAILURE
  • 2006412853e07eca2a1b3f0aa19caa3f4185a35f UNKNOWN
Bot commands @hudi-bot supports the following commands:
  • @hudi-bot run azure re-run the last Azure build

hudi-bot avatar May 20 '24 21:05 hudi-bot

@hudi-bot run azure

yihua avatar May 24 '24 18:05 yihua

Azure CI is green on another PR with the same changes (this PR could not trigger Azure CI somehow). Screenshot 2024-05-24 at 15 50 48

yihua avatar May 24 '24 22:05 yihua