Skip to content

Conversation

@codope
Copy link
Member

@codope codope commented Oct 14, 2021

What is the purpose of the pull request

This PR fixes HUDI-1500 for deltastreamer. For Spark datasource, it was fixed by #3139

Brief change log

  • Enable commit metadata preservation by default.
  • Remove the filter of replace commits in DeltaSync.

Verify this pull request

This pull request is already covered by existing tests.

Committer checklist

  • Has a corresponding JIRA in PR title & commit

  • Commit message is descriptive of the change

  • CI is green

  • Necessary doc changes done or have another open PR

  • For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.

@hudi-bot
Copy link
Collaborator

hudi-bot commented Oct 14, 2021

CI report:

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

@vinothchandar vinothchandar added the priority:blocker Production down; release blocker label Oct 15, 2021
Copy link
Contributor

@nsivabalan nsivabalan left a comment

Choose a reason for hiding this comment

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

Is it possible to write a test for deltastreamer to test the actual fix.

…preserved

Test async clustering in deltastreamer with and without metadata preserved
@codope
Copy link
Member Author

codope commented Oct 20, 2021

Is it possible to write a test for deltastreamer to test the actual fix.

I have modified the existing async clustering tests to run for both, with and without commit metadata preserved. Since we're only removing the filter, this should cover the scenario that the removal works with replace commits in continuous deltastreamer mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority:blocker Production down; release blocker

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants