mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
added functional test for shard bitmap deserialization
This commit is contained in:
parent
9e587fb139
commit
fb5c11146a
@ -0,0 +1 @@
|
||||
1000000
|
@ -0,0 +1,6 @@
|
||||
DROP TABLE IF EXISTS numbers500k;
|
||||
CREATE VIEW numbers500k AS SELECT number FROM system.numbers LIMIT 500000;
|
||||
|
||||
SELECT count(*) FROM remote('127.0.0.{2,3}', currentDatabase(), numbers500k) WHERE bitmapContains((SELECT groupBitmapState(number) FROM numbers500k), toUInt32(number));
|
||||
|
||||
DROP TABLE numbers500k;
|
Loading…
Reference in New Issue
Block a user