Skip to content

Commit

Permalink
Move more sqllogictests
Browse files Browse the repository at this point in the history
Signed-off-by: Chojan Shang <[email protected]>
  • Loading branch information
PsiACE committed Mar 22, 2024
1 parent 51fd38d commit 8eead14
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions datafusion/sqllogictest/test_files/expr.slt
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,21 @@ SELECT ascii(NULL)
----
NULL

query I
SELECT ascii('ésoj')
----
233

query I
SELECT ascii('💯')
----
128175

query I
SELECT ascii('💯a')
----
128175

query I
SELECT bit_length('')
----
Expand Down

0 comments on commit 8eead14

Please sign in to comment.