zhuangchong opened a new pull request #4473:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/4473


   
   ## What is the purpose of the pull request
   this PR closes #4472
   
   Solve the problem of parameter splicing of permission part in Hive JDBC URL, 
such as parameter: tez.queue.name=tqn The spliced JDBC URL is 
jdbc:hive2://:,:/dbName;tez.queue.name=tqn, and the normal JDBC URL is 
jdbc:hive2://:,:/dbName?tez.queue.name=tqn
   
   ## Brief change log
   
   update HiveDataSource.filterOther()
   
   ## Verify this pull request
   
   - HiveConfUtilsTest
   - HiveDataSourceTest
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to