mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
ISSUES-2581 fix build
This commit is contained in:
parent
3c0f6ce87b
commit
a37ad50329
@ -2892,8 +2892,8 @@ BlockInputStreams StorageReplicatedMergeTree::read(
|
||||
{
|
||||
auto zookeeper = getZooKeeper();
|
||||
|
||||
String last_part;
|
||||
zookeeper->tryGet(zookeeper_path + "/quorum/last_part", last_part);
|
||||
String last_parts;
|
||||
zookeeper->tryGet(zookeeper_path + "/quorum/last_part", last_parts);
|
||||
|
||||
/*
|
||||
if (!last_part.empty() && !data.getActiveContainingPart(last_part)) /// TODO Disable replica for distributed queries.
|
||||
|
Loading…
Reference in New Issue
Block a user