mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
Add a test for another bug fixed in this PR
This commit is contained in:
parent
047e611a4a
commit
f86d1ece20
@ -23,3 +23,5 @@ sep1
|
||||
sep2
|
||||
80000
|
||||
80000
|
||||
sep3
|
||||
1
|
||||
|
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user