-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Improve][Connector-V2]Support multi-table sink feature for httpsink #6316
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Only one minor comment
throws IOException, InterruptedException { | ||
Container.ExecResult execResult = container.executeJob("/fake_to_multitable.conf"); | ||
Assertions.assertEquals(0, execResult.getExitCode()); | ||
Assertions.assertTrue(getContentCounts(execResult.getStdout())); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assertions.assertTrue(getContentCounts(execResult.getStdout())); | |
Assertions.assertTrue(execResult.getStdout().contains(successCount)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Hisoka-X done PTAL thx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @jackyyyyyssss !
Purpose of this pull request
Support multi-table sink feature for http add e2e case #5652
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.