mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update 01035_lc_empty_part_bug.sql
This commit is contained in:
parent
5228f5f2eb
commit
bd72b570a3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user