[Fix-17073]Fix DataSource/JDBC connection failure#17081
Merged
SbloodyS merged 2 commits intoapache:devfrom Mar 27, 2025
Merged
Conversation
fix issue: kyuubi ha connection apache#17073
|
Thanks for opening this pull request! Please check out our contributing guidelines. (https://github.com/apache/dolphinscheduler/blob/dev/docs/docs/en/contribute/join/pull-request.md) |
|
|
Awesome work, congrats on your first merged pull request! |
davidzollo
pushed a commit
to davidzollo/dolphinscheduler
that referenced
this pull request
Oct 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



[Bug][DataSource] kyuubi ha connection #17073](#17073)
Purpose of the pull request
This Pull Request fixes a bug that fail JDBC connection to Hive, specifically due to an issue with the constructed JDBC URL, and aims to close #17073.
Brief change log
Modified the getJdbcUrl method to use a (;) instead of (?) to separate base URL from the connection parameters.

also updated its corresponding test case to pass this change i.e. testGetJdbcUrl() method in KyuubiDataSourceProcessorTest class

Verify this pull request
This pull request is already covered by existing tests, such as:
KyuubiDataSourceProcessorTest class
fix issue: kyuubi ha connection #17073
Pull Request Notice
Pull Request Notice
If your pull request contains incompatible change, you should also add it to
docs/docs/en/guide/upgrade/incompatible.md