mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
commit
659bb3f56c
@ -236,7 +236,7 @@ BlockInputStreams StorageMerge::read(
|
||||
else
|
||||
{
|
||||
source_streams.emplace_back(std::make_shared<LazyBlockInputStream>(
|
||||
header, [=, &real_column_names, &modified_context]() -> BlockInputStreamPtr
|
||||
header, [=]() mutable -> BlockInputStreamPtr
|
||||
{
|
||||
BlockInputStreams streams = createSourceStreams(query_info, processed_stage, max_block_size,
|
||||
header, storage, struct_lock, real_column_names,
|
||||
|
Loading…
Reference in New Issue
Block a user