mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add a test for OPTIMIZE of SimpleAggregateFunction(LowCardinality(Nullable()))
This commit is contained in:
parent
880044eabd
commit
3205165e5e
@ -35,4 +35,6 @@ insert into simple values(10,'22222222222222222222222222222222222222222222222222
|
||||
select * from simple final;
|
||||
select toTypeName(nullable_str),toTypeName(low_str),toTypeName(ip),toTypeName(status) from simple limit 1;
|
||||
|
||||
optimize table simple final;
|
||||
|
||||
drop table simple;
|
||||
|
Loading…
Reference in New Issue
Block a user