aggregation with limit bug (#152)
This commit is contained in:
@ -302,6 +302,7 @@ Status AggregationNode::get_next(RuntimeState* state, RowBatch* row_batch, bool*
|
||||
// avoid calling finalize() duplicately with last tuple
|
||||
// when _output_iterator don't reach end.
|
||||
// chenhao added
|
||||
_output_iterator.next<false>();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user