Skip to content

Commit

Permalink
sql/logictest: fix trigram_indexes flake
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwerner committed Jun 7, 2022
1 parent 3b5aaee commit 6e31616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/logictest/testdata/logic_test/trigram_indexes
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ INSERT INTO a VALUES (1, 'foozoopa'),
(2, 'Foo'),
(3, 'blah')

query IT
query IT rowsort
SELECT * FROM a@a_t_idx WHERE t ILIKE '%Foo%'
----
1 foozoopa
Expand Down

0 comments on commit 6e31616

Please sign in to comment.