Skip to content

Commit

Permalink
Bumpup arrow2: add partial cast test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li committed Nov 6, 2021
1 parent 7c24c74 commit 58a7d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/suites/0_stateless/02_0005_function_compare.result
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ system
1
1
1
1
==compare_datetime==
1
1
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/0_stateless/02_0005_function_compare.sql
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ select * from numbers(10) where null and true;

select '==compare_number_string==';
-- todo: partial parse case
-- select '123 ab' = 123;
select '123 ab' = 123;
select '123' = 123;
select '7.4' = 7.4;
select '7.4' > 7;
Expand Down

0 comments on commit 58a7d73

Please sign in to comment.