Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Apr 9, 2024
1 parent 6773ca9 commit 7d6d268
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e_test/ddl/index.slt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ create table t (j jsonb);
statement ok
insert into t values ('{"k": "abc" }'::jsonb);

statement ok
flush;

statement ok
create index idx on t(j->'k');

Expand Down

0 comments on commit 7d6d268

Please sign in to comment.