mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 18:32:29 +00:00
Fix
This commit is contained in:
parent
2949ceced1
commit
8ff864cd8b
@ -662,7 +662,7 @@ Pipe IStorageURLBase::read(
|
||||
}
|
||||
else
|
||||
{
|
||||
iterator_wrapper = std::make_shared<StorageURLSource::IteratorWrapper>([&, done = false]() mutable
|
||||
iterator_wrapper = std::make_shared<StorageURLSource::IteratorWrapper>([uri, max_addresses, done = false]() mutable
|
||||
{
|
||||
if (done)
|
||||
return StorageURLSource::FailoverOptions{};
|
||||
|
Loading…
Reference in New Issue
Block a user