From 7d83692785874ed54653ea9e956db58cbc9b629d Mon Sep 17 00:00:00 2001 From: liuyu <52276794+liuyu85cn@users.noreply.github.com> Date: Fri, 8 Apr 2022 23:19:43 +0800 Subject: [PATCH] CI said need format????? --- tests/tck/features/schema/Comment.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/tck/features/schema/Comment.feature b/tests/tck/features/schema/Comment.feature index 2295ca5fdde..58b32321498 100644 --- a/tests/tck/features/schema/Comment.feature +++ b/tests/tck/features/schema/Comment.feature @@ -47,8 +47,7 @@ Feature: Schema Comment SHOW CREATE SPACE test_comment_not_set; """ Then the result should be, in any order: - | Space | Create Space | - | "test_comment_not_set" | /[CREATE SPACE `test_comment_not_set` \(partition_num = 100, replica_factor = 1, charset = utf8, collate = utf8_bin, vid_type = FIXED_STRING\(8\) \) ON]+\s(\w*)/ | + | Space | Create Space | When executing query: """ DESC SPACE test_comment_not_set;