-
Notifications
You must be signed in to change notification settings - Fork 333
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
show create table
doesn't work for numbers
#3980
Comments
This is somehow not a bug. Because the However, we'd think of #1827 again. |
Actually using sql Imagine that when you show table it says there is a table, but when you run |
We can check the table type, it must be the greptimedb/src/table/src/metadata.rs Line 76 in 85a2318
Checking the table type in
It's a good first issue. Let me label it. |
I think we still need a solution to return Because the table type is never exposed to user. The user won't have chance to know if a table is capable for |
We'll have other statements to support other table types, such as We already have #3939 to track |
If you want to know the table metadata, you can use |
What type of bug is this?
Incorrect result
What subsystems are affected?
Table Engine
Minimal reproduce step
just run sql
show create table numbers
What did you expect to see?
sql statement for creating this table
What did you see instead?
"Failed to find table route: 2"
What operating system did you use?
any
What version of GreptimeDB did you use?
HEAD
Relevant log output and stack trace
No response
The text was updated successfully, but these errors were encountered: