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: new and memcpy row for unsaferowopt #2352

Conversation

tobegit3hub
Copy link
Collaborator

@tobegit3hub tobegit3hub self-assigned this Aug 16, 2022
@tobegit3hub tobegit3hub added this to the v0.6 milestone Aug 16, 2022
@github-actions github-actions bot added batch-engine openmldb batch(offline) engine execute-engine hybridse sql engine labels Aug 16, 2022
@tobegit3hub tobegit3hub modified the milestones: v0.6, v0.7 Aug 16, 2022
@codecov
Copy link

codecov bot commented Aug 16, 2022

Codecov Report

Merging #2352 (e6c763a) into main (37405cf) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##               main    #2352      +/-   ##
============================================
- Coverage     75.86%   75.85%   -0.01%     
  Complexity      368      368              
============================================
  Files           629      629              
  Lines        119225   119286      +61     
  Branches       1022     1036      +14     
============================================
+ Hits          90452    90487      +35     
- Misses        28557    28583      +26     
  Partials        216      216              
Impacted Files Coverage Δ
hybridse/src/vm/core_api.cc 16.06% <0.00%> (-0.09%) ⬇️
...paradigm/openmldb/batch/nodes/RowProjectPlan.scala 80.55% <ø> (ø)
src/sdk/db_sdk.cc 66.14% <0.00%> (-4.04%) ⬇️
hybridse/src/vm/local_tablet_handler.h 68.88% <0.00%> (-2.23%) ⬇️
src/zk/dist_lock.cc 81.81% <0.00%> (-1.52%) ⬇️
hybridse/src/vm/runner.cc 68.10% <0.00%> (-1.20%) ⬇️
hybridse/src/vm/engine.cc 76.48% <0.00%> (-0.55%) ⬇️
src/zk/zk_client.cc 83.37% <0.00%> (-0.52%) ⬇️
hybridse/include/vm/mem_catalog.h 73.01% <0.00%> (-0.35%) ⬇️
hybridse/src/testing/engine_test_base.cc 80.59% <0.00%> (-0.25%) ⬇️
... and 14 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

github-actions bot commented Aug 16, 2022

SDK Test Report

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

Results for commit e6c763a.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 16, 2022

HybridSE Linux Test Report

19 629 tests   19 627 ✔️  5m 57s ⏱️
     237 suites           2 💤
       67 files             0

Results for commit e6c763a.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 16, 2022

HybridSE Mac Test Report

19 629 tests   19 627 ✔️  6m 37s ⏱️
     237 suites           2 💤
       67 files             0

Results for commit e6c763a.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 16, 2022

Linux Test Report

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

Results for commit e6c763a.

♻️ This comment has been updated with latest results.

@zhanghaohit zhanghaohit self-requested a review August 22, 2022 07:26
@tobegit3hub tobegit3hub merged commit dcc537d 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 execute-engine hybridse sql engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Core when enabling UnsafeRowOpt with multiple threads in Yarn cluster
4 participants