Skip to content

Commit

Permalink
modify test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Syleechan committed Nov 27, 2023
1 parent b98418d commit 4d81d19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/sqllogictest/test_files/functions.slt
Original file line number Diff line number Diff line change
Expand Up @@ -960,9 +960,9 @@ SELECT find_in_set('b', 'a,b,c,d')


query I
SELECT find_in_set('b', 'a,b,c,d,a')
SELECT find_in_set('a', 'a,b,c,d,a')
----
2
1

query I
SELECT find_in_set('', 'a,b,c,d,a')
Expand Down

0 comments on commit 4d81d19

Please sign in to comment.