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-5336] Fixing parsing of log files while building file groups #7393

Merged
merged 2 commits into from
Dec 12, 2022

Conversation

nsivabalan
Copy link
Contributor

Change Logs

Fixing parsing or deducing actual log files while building file groups. In GCS FS, some temporary marker files like ".hoodie/metadata/files/GCS_SYNCABLE_TEMPFILE.files-0000_20221110051755284001.log.9_0-45-1315.2.79df61f2-e409-4bd7-863d-33b8fc179e32" are seen. This fix should ignore such temp marker files created by the FileSystem impl.

Impact

Ignores temp marker files created by FileSystem implementations which are not of interest to Hudi.

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

low.

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

@codope codope self-assigned this Dec 7, 2022
@codope codope added the release-0.12.2 Patches targetted for 0.12.2 label Dec 7, 2022
Copy link
Member

@codope codope left a comment

Choose a reason for hiding this comment

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

LGTM. Can land once the CI is green.

@hudi-bot
Copy link

CI report:

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

@nsivabalan nsivabalan merged commit 6cd17aa into apache:master Dec 12, 2022
fengjian428 pushed a commit to fengjian428/hudi that referenced this pull request Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:blocker release-0.12.2 Patches targetted for 0.12.2
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants