-
Notifications
You must be signed in to change notification settings - Fork 62
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
feat(dlm): response the comments on #4151 #4165
Conversation
server/odc-service/src/main/java/com/oceanbase/odc/service/connection/ConnectionTesting.java
Outdated
Show resolved
Hide resolved
@@ -36,6 +38,13 @@ public class DefaultConnectionAdapter implements ConnectionAdapter { | |||
*/ | |||
public <T extends CloudConnectionConfig> T adaptConfig(T connectionConfig) { | |||
PreConditions.notNull(connectionConfig, "connectionConfig"); | |||
if (connectionConfig instanceof ConnectionConfig |
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.
type may be a common attribute for Connection config
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
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
What type of PR is this?
type-feature
What this PR does / why we need it:
Response the comments on #4151
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Additional documentation e.g., usage docs, etc.: