From ee98b99e466e3f81b8217705f13a82f1aab72a7f Mon Sep 17 00:00:00 2001 From: Hao Wen <19355821+wenhaocs@users.noreply.github.com> Date: Mon, 26 Dec 2022 04:00:30 +0800 Subject: [PATCH] fix tck --- tests/tck/features/schema/Schema.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tck/features/schema/Schema.feature b/tests/tck/features/schema/Schema.feature index b9225183dc9..aa4314f77a0 100644 --- a/tests/tck/features/schema/Schema.feature +++ b/tests/tck/features/schema/Schema.feature @@ -142,7 +142,7 @@ Feature: Insert string vid of vertex and edge | Field | Type | Null | Default | Comment | | "name" | "string" | "YES" | EMPTY | EMPTY | | "email" | "string" | "YES" | "NULL" | EMPTY | - | "age" | "string" | "YES" | EMPTY | EMPTY | + | "age" | "int64" | "YES" | EMPTY | EMPTY | | "row_timestamp" | "timestamp" | "YES" | 2020 | EMPTY | | "col1" | "int64" | "YES" | EMPTY | EMPTY | | "col2" | "string" | "YES" | EMPTY | EMPTY |