tusaryan opened a new pull request, #17081: URL: https://github.com/apache/dolphinscheduler/pull/17081
<!--Thanks very much for contributing to Apache DolphinScheduler, we are happy that you want to help us improve DolphinScheduler! --> [Bug][DataSource] kyuubi ha connection #17073](https://github.com/apache/dolphinscheduler/issues/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 https://github.com/apache/dolphinscheduler/issues/17073. ## Brief change log Modified the getJdbcUrl method to use a (;) instead of (?) to separate base URL from the connection parameters. <img width="824" alt="Screenshot 2025-03-25 at 12 40 14 AM" src="https://github.com/user-attachments/assets/f77c3073-d65a-469c-a2e0-9d3a277812cf" /> 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: KyuubiDataSourceProcessorTest class -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
