-
Notifications
You must be signed in to change notification settings - Fork 762
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
[ISSUE-2457] Support create table like statement #3292
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
1 similar comment
Thanks for the contribution! Please review the labels and make any necessary changes. |
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/databend/databend/HZe5CzR236SHV2DLg2KRb8PV2z8Q |
This pull request has merge conflicts that must be resolved before it can be merged. @junli1026 please rebase it 🙏 |
Codecov Report
@@ Coverage Diff @@
## main #3292 +/- ##
=====================================
- Coverage 65% 65% -1%
=====================================
Files 708 708
Lines 38485 38525 +40
=====================================
- Hits 25052 25051 -1
- Misses 13433 13474 +41
Continue to review full report at Codecov.
|
Wait for another reviewer approval |
CI Passed |
I hereby agree to the terms of the CLA available at: https://databend.rs/policies/cla/
Summary
Support create like statement like, 'CREATE TABLE db1.test1 LIKE db2.test2', thus test1 will have the same schema as test2.
Changelog
Related Issues
Fixes #2457
Test Plan
Unit Tests
Stateless Tests