提交 4a06e09f 编写于 作者: A Alexey Milovidov

dbms: tiny improvement [#CONV-2944].

上级 494b212f
......@@ -818,6 +818,9 @@ BlockInputStreams StorageMergeTree::read(
size_t max_block_size,
unsigned threads)
{
check(column_names_to_return);
processed_stage = QueryProcessingStage::FetchColumns;
PKCondition key_condition(query, context, sort_descr);
PKCondition date_condition(query, context, SortDescription(1, SortColumnDescription(date_column_name, 1)));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册