-
Notifications
You must be signed in to change notification settings - Fork 314
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
feat: adds some tables to information_schema #2935
feat: adds some tables to information_schema #2935
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2935 +/- ##
===========================================
- Coverage 85.13% 84.58% -0.55%
===========================================
Files 752 756 +4
Lines 119411 119952 +541
===========================================
- Hits 101658 101467 -191
- Misses 17753 18485 +732 |
We might need to add new memory table names to |
OMG, good catch! Let me find some way to make it more readable. |
@waynexia @shuiyisong PTAL |
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Part of #2931
Main changes:
engines
,column_privileges
andcolumn_statistics
toinformation_schema
.information_schema
.Checklist
Refer to a related PR or issue link (optional)
#2931