-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[bugFix][Connector-V2][Doris] The multi-FE configuration is supported #6341
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
Conversation
|
Could you add a test case for this? |
Ok, I'll add it, but right now I can't find a multi-Fe docker image |
|
|
||
| @VisibleForTesting | ||
| static String randomEndpoint(String feNodes, Logger logger) throws DorisConnectorException { | ||
| public static String randomEndpoint(String feNodes, Logger logger) |
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.
Use UT to test this method is enough.
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.
done @Hisoka-X
...r-doris/src/test/java/org/apache/seatunnel/connectors/doris/rest/models/RestServiceTest.java
Outdated
Show resolved
Hide resolved
|
@Hisoka-X cc |
...r-doris/src/test/java/org/apache/seatunnel/connectors/doris/rest/models/RestServiceTest.java
Outdated
Show resolved
Hide resolved
Hisoka-X
left a comment
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 if ci passed.
Purpose of this pull request
close #6337
Does this PR introduce any user-facing change?
How was this patch tested?
Current test
Check list
New License Guide
release-note.