Fix tests.

This commit is contained in:
Nikolai Kochetov 2018-08-13 22:43:26 +03:00
parent 4f31d136cb
commit df73ef1ba5
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
set allow_experimental_low_cardinality_type = 1;
select 'NativeBlockInputStream';
select toTypeName(dict), dict, lowCardinalityIndexes(dict), lowCardinalityKeys(dict) from (select '123_' || toLowCardinality(v) as dict from (select arrayJoin(['a', 'bb', '', 'a', 'ccc', 'a', 'bb', '', 'dddd']) as v));
select '-';

View File

@ -1,3 +1,5 @@
set allow_experimental_low_cardinality_type = 1;
drop table if exists test.lc_str_0;
drop table if exists test.lc_str_1;
drop table if exists test.lc_null_str_0;