mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Try fix collapsing.
This commit is contained in:
parent
d3acce8afa
commit
8726ad9e3b
@ -219,6 +219,8 @@ void CollapsingSortedTransform::merge()
|
||||
throw Exception("Incorrect data: Sign = " + toString(sign) + " (must be 1 or -1).",
|
||||
ErrorCodes::INCORRECT_DATA);
|
||||
|
||||
++current_pos;
|
||||
|
||||
if (!current->isLast())
|
||||
{
|
||||
queue.next();
|
||||
|
Loading…
Reference in New Issue
Block a user