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

feat: add spark log api for offline #2359

Conversation

tobegit3hub
Copy link
Collaborator

@tobegit3hub tobegit3hub added this to the v0.7 milestone Aug 17, 2022
@tobegit3hub tobegit3hub self-assigned this Aug 17, 2022
@github-actions github-actions bot added the batch-engine openmldb batch(offline) engine label Aug 17, 2022
@codecov
Copy link

codecov bot commented Aug 17, 2022

Codecov Report

Merging #2359 (9b8167f) into main (8221bee) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@            Coverage Diff            @@
##               main    #2359   +/-   ##
=========================================
  Coverage     75.85%   75.86%           
  Complexity      368      368           
=========================================
  Files           629      629           
  Lines        119285   119287    +2     
  Branches       1022     1039   +17     
=========================================
+ Hits          90484    90494   +10     
+ Misses        28585    28577    -8     
  Partials        216      216           
Impacted Files Coverage Δ
...4paradigm/openmldb/batch/api/OpenmldbSession.scala 60.39% <0.00%> (-1.23%) ⬇️
src/log/status.h 70.83% <0.00%> (-12.50%) ⬇️
src/rpc/rpc_client.h 85.13% <0.00%> (-5.41%) ⬇️
src/replica/replicate_node.cc 74.86% <0.00%> (-3.92%) ⬇️
src/log/log_reader.cc 76.47% <0.00%> (-2.65%) ⬇️
src/zk/dist_lock.cc 81.81% <0.00%> (-1.52%) ⬇️
src/catalog/client_manager.cc 42.20% <0.00%> (-0.29%) ⬇️
src/tablet/tablet_impl.cc 61.62% <0.00%> (-0.03%) ⬇️
hybridse/src/vm/runner.cc 68.14% <0.00%> (+0.03%) ⬆️
src/nameserver/name_server_impl.cc 42.82% <0.00%> (+0.13%) ⬆️
... and 6 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 39s ⏱️
167 tests 165 ✔️ 2 💤 0
209 runs  207 ✔️ 2 💤 0

Results for commit 9b8167f.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 17, 2022

Linux Test Report

       55 files       200 suites   54m 11s ⏱️
  9 694 tests   9 687 ✔️ 7 💤 0
14 265 runs  14 258 ✔️ 7 💤 0

Results for commit 9b8167f.

♻️ This comment has been updated with latest results.

@tobegit3hub tobegit3hub merged commit 3f74c57 into 4paradigm:main Aug 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
batch-engine openmldb batch(offline) engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add api to disable spark log
3 participants