-
Notifications
You must be signed in to change notification settings - Fork 5k
[DSIP-83][datasource-plugin] Add DolphinDB datasource #17404
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
SbloodyS
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.
Please add api-test or e2e-test @eco8848
I found that the Maven configuration issue was causing API-TEST and E2E-TEST to fail during the build process. I've fixed it, please re-run the workflow. |
|
|
||
| String[] hostSeperator = connectionParams.getAddress().split(Constants.DOUBLE_SLASH); | ||
| String[] hostPortArray = hostSeperator[hostSeperator.length - 1].split(Constants.COMMA); | ||
| dataSourceParamDTO.setPort(Integer.parseInt(hostPortArray[0].split(Constants.COLON)[1])); |
Check notice
Code scanning / CodeQL
Missing catch of NumberFormatException Note
|
CI failed. And I did not find any relavent |
Thanks for reviewing. I realize I forgot to include the e2e test file for this change. I’ve just pushed the missing file to the same branch. |
...e2e-case/src/test/java/org/apache/dolphinscheduler/e2e/cases/DolphinDBDataSourceE2ETest.java
Show resolved
Hide resolved
…ally deleted dependency
… by attempting to interact with hidden database input field
|
...dolphinscheduler-e2e-case/src/test/resources/docker/datasource-dolphindb/docker-compose.yaml
Outdated
Show resolved
Hide resolved
SbloodyS
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
|
|
Awesome work, congrats on your first merged pull request! |



Purpose of the pull request
This pull request adds DolphinDB datasource.
close #16818
Brief change log
Verify this pull request
This change added tests and can be verified as follows: