-
Notifications
You must be signed in to change notification settings - Fork 759
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
Copy command to load local file into table [patch-1] #2682
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
Codecov Report
@@ Coverage Diff @@
## main #2682 +/- ##
=====================================
- Coverage 69% 69% -1%
=====================================
Files 619 619
Lines 33398 33457 +59
=====================================
+ Hits 23163 23194 +31
- Misses 10235 10263 +28
Continue to review full report at Codecov.
|
@@ -91,6 +91,8 @@ sha2 = "0.9.8" | |||
structopt = "0.3" | |||
structopt-toml = "0.5.0" | |||
threadpool = "1.8.1" | |||
|
|||
tokio = { version = "1.13.0", features = ["fs"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to use common/base/runtime?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A mistake made.
I hereby agree to the terms of the CLA available at: https://databend.rs/policies/cla/
Summary
Summary about this PR
Changelog
Related Issues
Related #2627
Test Plan
Unit Tests
Stateless Tests