mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Revert "Added a test by Denis Zhuravlev #2170"
This reverts commit cb63179951
.
This commit is contained in:
parent
cb63179951
commit
d5b00298eb
@ -1,9 +0,0 @@
|
||||
USE test;
|
||||
|
||||
drop table if exists testSegmtFault;
|
||||
CREATE TABLE testSegmtFault (key1 Int32, id1 Int64, c1 Int64) ENGINE = MergeTree PARTITION BY id1 ORDER BY (key1);
|
||||
insert into testSegmtFault values ( -1, 1, 0 );
|
||||
|
||||
SELECT count(*) FROM testSegmtFault PREWHERE id1 IN (1);
|
||||
|
||||
drop table testSegmtFault;
|
Loading…
Reference in New Issue
Block a user