Add a test for OPTIMIZE of SimpleAggregateFunction(LowCardinality(Nullable()))

This commit is contained in:
Azat Khuzhin 2020-01-04 00:43:38 +03:00
parent 880044eabd
commit 3205165e5e

View File

@ -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;