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
2024-04-09T09:48:00.206017Z ERROR client::database: Failed to do Flight get, addr: 127.0.0.1:4001, code: Client specified an invalid argument, source: 0: Failed to do Flight get, code: Client specified an invalid argument
1: Invalid SQL, error: expect table name to be <catalog>.<schema>.<table>, <schema>.<table> or <table>, actual: greptime.public.a.b.c.d
2024-04-09T09:48:00.206154Z ERROR cmd::cli::export: Failed to export table greptime.public.a.b.c.d err=0: Failed to request database, sql: show create table greptime.public.a.b.c.d, at src/cmd/src/cli/export.rs:236:14
1: Failed to do Flight get, code: Client specified an invalid argument
2: Invalid SQL, error: expect table name to be <catalog>.<schema>.<table>, <schema>.<table> or <table>, actual: greptime.public.a.b.c.d
it's obviously that in cli export, we should quote the table name in the "show create table" sql.
What operating system did you use?
macos
What version of GreptimeDB did you use?
main
Relevant log output and stack trace
No response
The text was updated successfully, but these errors were encountered:
What type of bug is this?
Unexpected error
What subsystems are affected?
Standalone mode
Minimal reproduce step
start a standalone instance, create a table with dots in its name:
then follow our docs to export the create table sql:
What did you expect to see?
successful to export the create table sql
What did you see instead?
error:
it's obviously that in cli export, we should quote the table name in the "show create table" sql.
What operating system did you use?
macos
What version of GreptimeDB did you use?
main
Relevant log output and stack trace
No response
The text was updated successfully, but these errors were encountered: