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

[CLI] more robust load interface #2629

Merged
merged 5 commits into from
Nov 3, 2021

Conversation

ZhiHanZ
Copy link
Collaborator

@ZhiHanZ ZhiHanZ commented Nov 3, 2021

I hereby agree to the terms of the CLA available at: https://databend.rs/policies/cla/

Summary

load api support complex dataset like ontime

Changelog

  • Improvement

Related Issues

Fixes #issue

Test Plan

Unit Tests

Stateless Tests

@databend-bot
Copy link
Member

Thanks for the contribution!
I have applied any labels matching special text in your PR Changelog.

Please review the labels and make any necessary changes.

@ZhiHanZ
Copy link
Collaborator Author

ZhiHanZ commented Nov 3, 2021

prototype for #2627

@BohuTANG
Copy link
Member

BohuTANG commented Nov 3, 2021

/lgtm

@databend-bot
Copy link
Member

Approved! Thank you for the PR @ZhiHanZ

@codecov-commenter
Copy link

codecov-commenter commented Nov 3, 2021

Codecov Report

Merging #2629 (f2af275) into main (ede955c) will increase coverage by 0%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2629   +/-   ##
=====================================
  Coverage     72%     72%           
=====================================
  Files        649     650    +1     
  Lines      36610   36620   +10     
=====================================
+ Hits       26484   26524   +40     
+ Misses     10126   10096   -30     
Impacted Files Coverage Δ
query/src/configs/config_meta.rs 95% <ø> (ø)
metasrv/src/meta_service/meta_service_impl.rs 71% <0%> (-2%) ⬇️
common/cache/src/cache/lru_test.rs 100% <0%> (ø)
common/cache/src/meter/heap_meter.rs 100% <0%> (ø)
common/meta/sled-store/src/sled_tree.rs 92% <0%> (+<1%) ⬆️
metasrv/src/meta_service/network.rs 79% <0%> (+<1%) ⬆️
common/management/src/namespace/namespace_mgr.rs 79% <0%> (+<1%) ⬆️
metasrv/src/meta_service/raftmeta.rs 89% <0%> (+<1%) ⬆️
common/datavalues/src/series/series_impl.rs 86% <0%> (+1%) ⬆️
query/src/common/mod.rs 72% <0%> (+3%) ⬆️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ede955c...f2af275. Read the comment docs.

@databend-bot
Copy link
Member

CI Passed
Reviewer Approved
Let's Merge

@databend-bot databend-bot merged commit afea2df into databendlabs:main Nov 3, 2021
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.

4 participants