-
Notifications
You must be signed in to change notification settings - Fork 329
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
refactor: move create database to procedure #3626
refactor: move create database to procedure #3626
Conversation
The greptime-proto related part has not been finished yet, so I create a draft pr. I'll create another pr to greptime-proto once finished. BTW, I found the updates:
|
eb10f0a
to
28aec66
Compare
If you don't mind, you can replace the |
d635199
to
f26e89e
Compare
Got it. The pr is ready for review. |
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.
Nice job👍
f26e89e
to
a2512e0
Compare
I ran several tests since CI failed and I found the errors are mostly caused by case sensitivity and invalid schema names. But when I tried to reproduce and debug it on my mysql client, the results seem to be right. I'm a little confused. Maybe the client does something to make it right? |
All tests passed. BTW, would you like to add a fuzz test for database creation (in another PR). |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3626 +/- ##
==========================================
- Coverage 85.16% 84.82% -0.34%
==========================================
Files 943 944 +1
Lines 156940 157270 +330
==========================================
- Hits 133661 133408 -253
- Misses 23279 23862 +583 |
Sure I'd like to. |
Have fun😙 |
Hi, nice work! |
Since the pr of greptime-proto has been merged, it may need another update on the commit hash. Maybe we can leave it with some future clean-up work? |
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
close #3591
What's changed and what's your intention?
move
create database
to procedureChecklist