mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Added bug
This commit is contained in:
parent
66d9ba9389
commit
b00330b5db
2
tests/queries/bugs/join_constants_on.sql
Normal file
2
tests/queries/bugs/join_constants_on.sql
Normal 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');
|
Loading…
Reference in New Issue
Block a user