mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Fix keeperMap test
This commit is contained in:
parent
5e6a7c1678
commit
f3c4d0eff2
@ -690,7 +690,7 @@ Chunk StorageKeeperMap::getBySerializedKeys(const std::span<const std::string> k
|
||||
full_key_paths.emplace_back(fullPathForKey(key));
|
||||
}
|
||||
|
||||
auto values = client->get(full_key_paths);
|
||||
auto values = client->tryGet(full_key_paths);
|
||||
|
||||
for (size_t i = 0; i < keys.size(); ++i)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user