提交 d16a4355 编写于 作者: N Nikolai Kochetov

Try fix tests.

上级 dd40c7dc
......@@ -15,7 +15,7 @@ MergeTreeSequentialSource::MergeTreeSequentialSource(
bool read_with_direct_io_,
bool take_column_types_from_storage,
bool quiet)
: SourceWithProgress(storage_.getSampleBlockForColumns(columns_to_read))
: SourceWithProgress(storage_.getSampleBlockForColumns(columns_to_read_))
, storage(storage_)
, data_part(std::move(data_part_))
, columns_to_read(std::move(columns_to_read_))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册