[Bug 2923] Hive JDBC connection parameter ignored#3194
[Bug 2923] Hive JDBC connection parameter ignored#3194davidzollo merged 8 commits intoapache:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #3194 +/- ##
============================================
+ Coverage 33.52% 33.74% +0.22%
- Complexity 2395 2404 +9
============================================
Files 442 442
Lines 20613 20626 +13
Branches 2525 2528 +3
============================================
+ Hits 6910 6960 +50
+ Misses 13044 13005 -39
- Partials 659 661 +2
Continue to review full report at Codecov.
|
|
Hi, Thx a lot for your contribution. |
|
OK,i will update later. Thank
…---Original---
From: "Yichao Yang"<notifications@github.com>
Date: Sun, Jul 12, 2020 18:08 PM
To: "apache/incubator-dolphinscheduler"<incubator-dolphinscheduler@noreply.github.com>;
Cc: "LEI SHENG"<534634799@qq.com>;"Author"<author@noreply.github.com>;
Subject: Re: [apache/incubator-dolphinscheduler] [Bug 2923] Hive JDBC connection parameter ignored (#3194)
Hi,
Thx a lot for your contribution.
You should put HiveDataSourceTest.java to root pom maven-surefire-plugin to avoiding the sonar 0.0% Coverage.
If you have any question and suggestion, please put forward.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
…ding the sonar 0.0% Coverage.
|
Kudos, SonarCloud Quality Gate passed!
|
|
hive jdbc param doc referer url: https://cwiki.apache.org/confluence/display/Hive/HiveServer2+Clients#HiveServer2Clients-JDBC |
fix the bug #2923
Tips
What is the purpose of the pull request
This pull request fix the bug #2923
Corrected the connection string of hive jdbc link string. If the parameter in the link string is the configuration parameter in hive-default.xml, add it before the parameter ?.
Brief change log
Verify this pull request
This change added tests and can be verified as follows: