Add a test for another bug fixed in this PR

This commit is contained in:
Salvatore Mesoraca 2023-04-19 10:42:46 +02:00
parent 047e611a4a
commit f86d1ece20
No known key found for this signature in database
GPG Key ID: 0567E50A25403074
2 changed files with 4 additions and 0 deletions

View File

@ -23,3 +23,5 @@ sep1
sep2
80000
80000
sep3
1

View File

@ -23,3 +23,5 @@ select 'sep1';
SELECT transform(number, [2], [toDecimal32(1, 1)], materialize(80000)) as x FROM numbers(2);
select 'sep2';
SELECT transform(number, [2], [toDecimal32(1, 1)], 80000) as x FROM numbers(2);
select 'sep3';
SELECT transform(toDecimal32(2, 1), [toDecimal32(2, 1)], [1]);