mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
Fix
This commit is contained in:
parent
2949ceced1
commit
8ff864cd8b
@ -662,7 +662,7 @@ Pipe IStorageURLBase::read(
|
|||||||
}
|
}
|
||||||
else
|
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)
|
if (done)
|
||||||
return StorageURLSource::FailoverOptions{};
|
return StorageURLSource::FailoverOptions{};
|
||||||
|
Loading…
Reference in New Issue
Block a user