-
Notifications
You must be signed in to change notification settings - Fork 264
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
Table with column name starting with _
fails to be created, followed by failure to drop or create the table again
#1282
Comments
@americast |
I can reproduce the other error. Will fix it. |
gaurav274
added a commit
that referenced
this issue
Oct 17, 2023
a0x8o
pushed a commit
to alexxx-db/eva
that referenced
this issue
Oct 30, 2023
a0x8o
pushed a commit
to alexxx-db/eva
that referenced
this issue
Oct 30, 2023
a0x8o
pushed a commit
to alexxx-db/eva
that referenced
this issue
Nov 22, 2023
a0x8o
pushed a commit
to alexxx-db/eva
that referenced
this issue
Nov 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Bug
I get an error if I run a
CREATE TABLE
query that has a column name starting with_
:This is the error I get:
However, strangely, after this, I am unable to either drop nor create the table
hello
again.leads to
ExecutorError: Table: hello already exists
. And,leads to
ExecutorError: Failed to drop the table hello with Exception No table found with name hello
.The only way to recover from here seems to be to delete the
evadb_data
directory.Environment
Latest staging on Ubuntu 20.04
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: