Skip to content

Conversation

@lsm1
Copy link
Contributor

@lsm1 lsm1 commented Oct 16, 2023

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

@github-actions github-actions bot added kind:documentation Documentation is a feature! module:server labels Oct 16, 2023
@pan3793 pan3793 changed the title [KYUUBI #5408] metadata use MySQL8 driver class first [KYUUBI #5408] MetadataManager tries MySQL 8 driver class first Oct 16, 2023
@pan3793 pan3793 added this to the v1.8.0 milestone Oct 16, 2023
@codecov-commenter
Copy link

codecov-commenter commented Oct 16, 2023

Codecov Report

Merging #5433 (8c6cc22) into master (47555eb) will not change coverage.
Report is 4 commits behind head on master.
The diff coverage is 0.00%.

@@          Coverage Diff           @@
##           master   #5433   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files         588     588           
  Lines       33446   33467   +21     
  Branches     4400    4402    +2     
======================================
- Misses      33446   33467   +21     
Files Coverage Δ
...i/server/metadata/jdbc/JDBCMetadataStoreConf.scala 0.00% <ø> (ø)
...yuubi/server/metadata/jdbc/JDBCMetadataStore.scala 0.00% <0.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pan3793
Copy link
Member

pan3793 commented Oct 17, 2023

@lsm1 the PR itself LGTM, would you mind fixing the conflicts?

@lsm1 lsm1 force-pushed the branch-kyuubi-5408 branch from 393776f to 20415dc Compare October 17, 2023 05:42
@lsm1
Copy link
Contributor Author

lsm1 commented Oct 17, 2023

@lsm1* * the PR itself LGTM, would you mind fixing the conflicts?

ok,done

Copy link
Contributor

@cxzl25 cxzl25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cxzl25 cxzl25 closed this in 1675216 Oct 18, 2023
cxzl25 pushed a commit that referenced this pull request Oct 18, 2023
### _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>
@cxzl25
Copy link
Contributor

cxzl25 commented Oct 18, 2023

Thanks, merged to master/1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind:documentation Documentation is a feature! module:server

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TASK][TRIVIAL] MetadataManager tries MySQL 8 driver class first

4 participants