-
Notifications
You must be signed in to change notification settings - Fork 982
[KYUUBI #5408] MetadataManager tries MySQL 8 driver class first #5433
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
Codecov Report
@@ Coverage Diff @@
## master #5433 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 588 588
Lines 33446 33467 +21
Branches 4400 4402 +2
======================================
- Misses 33446 33467 +21
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@lsm1 the PR itself LGTM, would you mind fixing the conflicts? |
393776f to
20415dc
Compare
ok,done |
kyuubi-server/src/main/scala/org/apache/kyuubi/server/metadata/jdbc/JDBCMetadataStore.scala
Show resolved
Hide resolved
cxzl25
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
### _Why are the changes needed?_ close #5408 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/contributing/code/testing.html#running-tests) locally before make a pull request ### _Was this patch authored or co-authored using generative AI tooling?_ NO Closes #5433 from lsm1/branch-kyuubi-5408. Closes #5408 8c6cc22 [senmiaoliu] fix style 20415dc [senmiaoliu] use com.mysql.cj.jdbc.Driver first Authored-by: senmiaoliu <senmiaoliu@trip.com> Signed-off-by: Shaoyun Chen <csy@apache.org> (cherry picked from commit 1675216) Signed-off-by: Shaoyun Chen <csy@apache.org>
|
Thanks, merged to master/1.8 |
Why are the changes needed?
close #5408
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before make a pull request
Was this patch authored or co-authored using generative AI tooling?
NO