You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for GREAT OLAP DB! It's awesome and blazingly fast.
I got a minor bug.
Thank you.
How to Reproduce?
root@localhost:8000/default> CREATE TABLE members
(
name VARCHAR,
age INT
)
STORAGE_FORMAT = 'abc';
processed in (0.012 sec)
root@localhost:8000/default> SHOW TABLES;
server warning: Failed to list tables in database: default, UnknownFormat. Code: 1074, Text = unknown fuse storage_format abc.
root@localhost:8000/default> DROP TABLE members;
error: APIError: ResponseError with 1074: error on validating table access
unknown fuse storage_format abc
The only thing I can do to resolve is DROP DATABASE
Are you willing to submit PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Version
What's Wrong?
Hello, I'm new to DataBend.
Thank you for GREAT OLAP DB! It's awesome and blazingly fast.
I got a minor bug.
Thank you.
How to Reproduce?
The only thing I can do to resolve is
DROP DATABASE
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: