Skip to content

Commit

Permalink
fix a test fail
Browse files Browse the repository at this point in the history
Signed-off-by: “EricZequan” <[email protected]>
  • Loading branch information
EricZequan committed Aug 12, 2024
1 parent 67c9c95 commit 0ab8fd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/expression/integration_test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ func TestVectorMiscFunctions(t *testing.T) {

tk := testkit.NewTestKit(t, store)
tk.MustExec("USE test;")
tk.MustExec("SET @@GLOBAL.TIDB_ENABLE_VECTOR_TYPE=1;")

tk.MustExec("CREATE TABLE a(pk INT PRIMARY KEY, c VECTOR(3), time INT);")
tk.MustExec("INSERT INTO a VALUES (1, '[1,2,3]', 5);")
Expand Down

0 comments on commit 0ab8fd0

Please sign in to comment.