Update 01035_lc_empty_part_bug.sql

This commit is contained in:
alexey-milovidov 2019-12-03 01:56:37 +03:00 committed by GitHub
parent 5228f5f2eb
commit bd72b570a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,4 @@ alter table lc_empty_part_bug modify column s LowCardinality(String);
SELECT 'still alive';
insert into lc_empty_part_bug select number+100 as id, toString(rand()) from numbers(100);
SELECT count() FROM lc_empty_part_bug WHERE not ignore(*);
DROP TABLE IF EXISTS lc_empty_part_bug;
DROP TABLE IF EXISTS lc_empty_part_bug;