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:
dennis zhuang
2024-07-16 00:01:09 -07:00
committed by GitHub
parent 7b28da277d
commit be3ea0fae7
20 changed files with 159 additions and 92 deletions

View File

@@ -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";