Added bug

This commit is contained in:
Alexey Milovidov 2020-04-12 19:25:20 +03:00
parent 66d9ba9389
commit b00330b5db

View File

@ -0,0 +1,2 @@
select cast(1, 'UInt8') from (select arrayJoin([1, 2]) as a) t1 left join (select 1 as b) t2 on b = ignore('UInt8');
select isConstant('UInt8'), toFixedString('hello', toUInt8(substring('UInt8', 5, 1))) from (select arrayJoin([1, 2]) as a) t1 left join (select 1 as b) t2 on b = ignore('UInt8');