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 config and print openmldb version by default #3115

Conversation

tobegit3hub
Copy link
Collaborator

@tobegit3hub tobegit3hub self-assigned this Mar 1, 2023
@github-actions github-actions bot added the batch-engine openmldb batch(offline) engine label Mar 1, 2023
@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

Patch coverage: 71.42% and project coverage change: +0.01 🎉

Comparison is base (7e653e2) 75.69% compared to head (46e20af) 75.70%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3115      +/-   ##
============================================
+ Coverage     75.69%   75.70%   +0.01%     
  Complexity      393      393              
============================================
  Files           672      672              
  Lines        124852   124856       +4     
  Branches       1140     1110      -30     
============================================
+ Hits          94501    94523      +22     
+ Misses        30115    30097      -18     
  Partials        236      236              
Impacted Files Coverage Δ
...om/_4paradigm/openmldb/batch/utils/VersionCli.java 0.00% <0.00%> (ø)
...4paradigm/openmldb/batch/api/OpenmldbSession.scala 65.42% <80.00%> (+4.84%) ⬆️
...4paradigm/openmldb/batch/OpenmldbBatchConfig.scala 88.23% <100.00%> (+0.23%) ⬆️
hybridse/src/codec/type_codec.cc 74.88% <0.00%> (-0.92%) ⬇️
src/sdk/db_sdk.cc 64.74% <0.00%> (-0.89%) ⬇️
hybridse/src/codec/fe_row_codec.cc 78.26% <0.00%> (-0.32%) ⬇️
src/catalog/client_manager.cc 43.05% <0.00%> (-0.29%) ⬇️
src/sdk/sql_cluster_router.cc 61.97% <0.00%> (-0.08%) ⬇️
hybridse/src/vm/runner.cc 67.66% <0.00%> (+0.03%) ⬆️
src/tablet/tablet_impl.cc 63.74% <0.00%> (+0.12%) ⬆️
... and 8 more

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2023

SDK Test Report

  91 files    91 suites   1m 27s ⏱️
184 tests 174 ✔️ 10 💤 0
230 runs  220 ✔️ 10 💤 0

Results for commit 46e20af.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 1, 2023

Linux Test Report

       56 files       230 suites   1h 14m 30s ⏱️
11 923 tests 11 916 ✔️ 7 💤 0
16 924 runs  16 917 ✔️ 7 💤 0

Results for commit 46e20af.

@vagetablechicken vagetablechicken merged commit 786d4f2 into 4paradigm:main Mar 2, 2023
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.

Print openmldb version for spark distribution
3 participants