bug fix: clean data parts while dropping database#1208
Conversation
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
|
Hello @zhyass, 🎉 Thank you for opening the pull request! 🎉 |
| None => Err(ErrorCode::UnknownTable(_table_name)), | ||
| None => Err(ErrorCode::UnknownTable(format!( | ||
| "Unknown table: '{}'", | ||
| _table_name |
There was a problem hiding this comment.
maybe _table_name -> table_name is better
Codecov Report
@@ Coverage Diff @@
## master #1208 +/- ##
======================================
- Coverage 66% 66% -1%
======================================
Files 416 415 -1
Lines 21801 21786 -15
======================================
- Hits 14558 14545 -13
+ Misses 7243 7241 -2
Continue to review full report at Codecov.
|
|
CI Passed |
I hereby agree to the terms of the CLA available at: https://datafuse.rs/policies/cla/
Summary
Cleans dataparts metadata when dropping remote database
Changelog
Related Issues
Fixes #1207
Test Plan
Stateless Tests