fix: break CI again 🥲 (#1859)

* fix information schema case

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

* disable -Wunused_result lint

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>

---------

Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
Ruihang Xia
2023-06-30 20:01:14 +08:00
committed by GitHub
parent 563f6e05e2
commit 783a794060
3 changed files with 4 additions and 9 deletions

View File

@@ -13,5 +13,4 @@ rustflags = [
"-Wclippy::print_stderr",
"-Wclippy::implicit_clone",
"-Aclippy::items_after_test_module",
"-Wunused_results",
]

View File

@@ -3,8 +3,7 @@ database my_db;
Affected Rows: 1
use
my_db;
use my_db;
++
++
@@ -51,8 +50,7 @@ order by table_schema, table_name;
| greptime | my_db | foo | ts | Int64 | TIME INDEX |
+---------------+--------------+------------+-------------+-----------+---------------+
use
public;
use public;
++
++

View File

@@ -1,8 +1,7 @@
create
database my_db;
use
my_db;
use my_db;
create table foo
(
@@ -26,5 +25,4 @@ where table_catalog = 'greptime'
and table_schema != 'public'
order by table_schema, table_name;
use
public;
use public;