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-8890] fix incremental read with invalid/missing end instant #12679

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TheR1sing3un
Copy link
Member

When performs incremental read with invalid instant range or missing end instant, there will be a failure like that:

image image

You can produce this failure by set hoodie.file.group.reader.enabled = false and then run ut: org.apache.hudi.functional.TestCOWDataSourceStorage

Change Logs

  1. fix incremental read with invalid/missing end instant
    Describe context and summary for this change. Highlight if any code was copied.

Impact

none

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

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

@github-actions github-actions bot added size:S PR with lines of changes in (10, 100] size:M PR with lines of changes in (100, 300] and removed size:S PR with lines of changes in (10, 100] labels Jan 21, 2025
@TheR1sing3un TheR1sing3un force-pushed the fix_incremental_read_end_instant branch 2 times, most recently from 8021816 to 6f22ae7 Compare January 24, 2025 02:24
1. fix incremental read with invalid/missing end instant

Signed-off-by: TheR1sing3un <[email protected]>
@github-actions github-actions bot added size:S PR with lines of changes in (10, 100] and removed size:M PR with lines of changes in (100, 300] labels Jan 24, 2025
@TheR1sing3un TheR1sing3un force-pushed the fix_incremental_read_end_instant branch from 6f22ae7 to 9c1322a Compare January 24, 2025 02:26
@hudi-bot
Copy link

CI report:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S PR with lines of changes in (10, 100]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants