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-4194] upgrade confluent version to 7.1.1 #5758

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

victorxiang30
Copy link

Tips

What is the purpose of the pull request

(For example: This pull request adds quick-start document.)

Brief change log

(for example:)

  • Modify AnnotationLocation checkstyle rule in checkstyle.xml

Verify this pull request

(Please pick either of the following options)

This pull request is a trivial rework / code cleanup without any test coverage.

(or)

This pull request is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end.
  • Added HoodieClientWriteTest to verify the change.
  • Manually verified the change by running a job locally.

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.

@nsivabalan nsivabalan added dependencies Pull requests that update a dependency file priority:minor everything else; usability gaps; questions; feature reqs labels Jun 9, 2022
@nsivabalan
Copy link
Contributor

@yihua : can you review this PR.

@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

@yihua yihua left a comment

Choose a reason for hiding this comment

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

@victorxiang30 Thanks for your first contribution. Could you check the CI failure?

Comment on lines 145 to +149
HiveIncrementalPuller puller = new HiveIncrementalPuller(getHivePullerConfig(
"select name from testdb.test1"));
Exception e = assertThrows(HoodieIncrementalPullSQLException.class, puller::saveDelta,
"Should fail when incremental clause not provided!");
assertTrue(e.getMessage().contains("Incremental SQL does not have clause `_hoodie_commit_time` > '%s', which means its not pulling incrementally"));
"select name from testdb.test1"));
Exception e = assertThrows(HoodieIncrementalPullException.class, puller::saveDelta,
"Failed to get data location for table testdb.test1");
assertTrue(e.getMessage().contains("Failed to get data location for table"));
Copy link
Contributor

Choose a reason for hiding this comment

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

Why does the error change? Is something else broken?

@nsivabalan
Copy link
Contributor

@victorxiang30 : can you respond to Ethan's clarifications.

@nsivabalan nsivabalan added the release-0.12.2 Patches targetted for 0.12.2 label Dec 6, 2022
@codope codope removed the release-0.12.2 Patches targetted for 0.12.2 label Dec 7, 2022
@github-actions github-actions bot added the size:S PR with lines of changes in (10, 100] label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file priority:minor everything else; usability gaps; questions; feature reqs size:S PR with lines of changes in (10, 100]
Projects
Status: 🚧 Needs Repro
Status: 🏗 Under discussion
Development

Successfully merging this pull request may close these issues.

None yet

6 participants