Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HUDI-7342] Use BaseFileUtils to hide format-specific logic in HoodiePartitionMetadata #10568

Merged

Conversation

yihua
Copy link
Contributor

@yihua yihua commented Jan 26, 2024

Change Logs

This PR refactors the logic of writing partition metadata by using BaseFileUtils to hide format-specific logic in HoodiePartitionMetadata.

This is part of the effort to provide Hudi storage abstraction and decouple hudi-common from hadoop dependencies. For reference, the single big-change PR can be found here: #10360.

Impact

No behavior change. The refactoring changes are covered by existing tests in TestHoodiePartitionMetadata.

Risk level

none

Documentation Update

N/A

Contributor's checklist

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

@yihua yihua force-pushed the HUDI-7342-partition-metadata-refactoring branch from 2c1318a to 734204d Compare January 29, 2024 02:47
@hudi-bot
Copy link

CI report:

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

Copy link
Contributor

@zhangyue19921010 zhangyue19921010 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhangyue19921010 zhangyue19921010 merged commit 8b0a19c into apache:master Jan 29, 2024
31 checks passed
yihua added a commit that referenced this pull request Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

3 participants