aggregation with limit bug (#152)

This commit is contained in:
chenhao7253886
2017-12-07 15:02:10 +08:00
committed by GitHub
parent ddf6c38b0a
commit a7fe56322d

View File

@ -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;
}
}