From 10593a5adb50044a22a989928096e0d2345d3844 Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Tue, 4 Apr 2023 22:47:55 +0800 Subject: [PATCH] fix: update sqlness result (#1328) Signed-off-by: Ruihang Xia --- tests/cases/distributed/alter/rename_table.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cases/distributed/alter/rename_table.result b/tests/cases/distributed/alter/rename_table.result index a58d362808..a5bf55263b 100644 --- a/tests/cases/distributed/alter/rename_table.result +++ b/tests/cases/distributed/alter/rename_table.result @@ -7,7 +7,7 @@ DESC TABLE t; +-------+-------+------+---------+---------------+ | Field | Type | Null | Default | Semantic Type | +-------+-------+------+---------+---------------+ -| i | Int32 | YES | | VALUE | +| i | Int32 | YES | | FIELD | | j | Int64 | NO | | TIME INDEX | +-------+-------+------+---------+---------------+