mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 19:32:07 +00:00
Fixing tests.
This commit is contained in:
parent
83a5ccd312
commit
5589442aad
@ -67,7 +67,7 @@ void enableMemoryBoundMerging(QueryPlan::Node & node)
|
||||
{
|
||||
if (mergine_aggeregated->memoryBoundMergingWillBeUsed())
|
||||
{
|
||||
sort_description = mergine_aggeregated->getSortDescription();
|
||||
sort_description = mergine_aggeregated->getGroupBySortDescription();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user