mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
feat: improve datafusion external error and mysql error (#4362)
* feat: improve datafusion external error and mysql error * chore: address CR comments and fix tests --------- Co-authored-by: evenyag <realevenyag@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ Affected Rows: 2
|
||||
|
||||
select * from system_Metric;
|
||||
|
||||
Error: 3000(PlanQuery), Failed to plan SQL: Error during planning: Table not found: greptime.upper_case_table_name.system_metric
|
||||
Error: 4001(TableNotFound), Failed to plan SQL: Table not found: greptime.upper_case_table_name.system_metric
|
||||
|
||||
select * from "system_Metric";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user