Skip to content
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

fix: spark connector use jdbc in project version #2383

Merged
merged 1 commit into from
Aug 23, 2022

Conversation

vagetablechicken
Copy link
Collaborator

Closes #2132

@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

Merging #2383 (29c3151) into main (1678fe8) will increase coverage by 0.02%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #2383      +/-   ##
============================================
+ Coverage     75.91%   75.93%   +0.02%     
  Complexity      368      368              
============================================
  Files           629      629              
  Lines        119710   119710              
  Branches       1036     1036              
============================================
+ Hits          90872    90897      +25     
+ Misses        28622    28597      -25     
  Partials        216      216              
Impacted Files Coverage Δ
src/log/status.h 70.83% <0.00%> (-12.50%) ⬇️
src/storage/disk_table_snapshot.cc 56.71% <0.00%> (-4.48%) ⬇️
src/replica/replicate_node.cc 74.30% <0.00%> (-4.47%) ⬇️
src/rpc/rpc_client.h 85.13% <0.00%> (-4.06%) ⬇️
src/log/log_reader.cc 76.47% <0.00%> (-2.65%) ⬇️
src/client/ns_client.cc 46.80% <0.00%> (-0.30%) ⬇️
src/catalog/client_manager.cc 42.20% <0.00%> (-0.29%) ⬇️
src/nameserver/name_server_impl.cc 42.68% <0.00%> (ø)
hybridse/src/vm/runner.cc 68.18% <0.00%> (+0.07%) ⬆️
src/storage/mem_table_snapshot.cc 63.62% <0.00%> (+0.16%) ⬆️
... and 13 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@github-actions
Copy link
Contributor

SDK Test Report

  79 files    79 suites   6m 32s ⏱️
167 tests 165 ✔️ 2 💤 0
209 runs  207 ✔️ 2 💤 0

Results for commit 29c3151.

@github-actions
Copy link
Contributor

Linux Test Report

       55 files       200 suites   55m 28s ⏱️
  9 755 tests   9 748 ✔️ 7 💤 0
14 356 runs  14 349 ✔️ 7 💤 0

Results for commit 29c3151.

Copy link
Collaborator

@tobegit3hub tobegit3hub left a comment

Choose a reason for hiding this comment

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

LGTM

@aceforeverd aceforeverd merged commit a6f5118 into 4paradigm:main Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spark connector update jdbc version
3 participants