Skip to content

Commit

Permalink
Add other fuzzer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aiven-sal committed Oct 24, 2023
1 parent 6b7b3a6 commit 4cf17dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Expand Up @@ -35,3 +35,11 @@ fuzzer issue
\N
\N
\N
\N
\N
\N
\N
\N
\N
\N
\N
Expand Up @@ -26,3 +26,5 @@ select IPv6StringToNum(number % 2 ? '0000:0000:0000:0000:0000:0000:0000:0000' :
select 'fuzzer issue';
SELECT CAST(if(number % 2, 'truetrue', NULL), 'Nullable(Bool)') FROM numbers(2);
SELECT CAST(if(number % 2, 'falsefalse', NULL), 'Nullable(Bool)') FROM numbers(2);
SELECT accurateCastOrNull(if(number % 2, NULL, 'truex'), 'Bool') FROM numbers(4);
SELECT accurateCastOrNull(if(number % 2, 'truex', NULL), 'Bool') FROM numbers(4);

0 comments on commit 4cf17dc

Please sign in to comment.