Merge code to github (#187)
* merge to 95787f8be1fd0ff215708fb0f49997b632876586 * Bugs fixed
This commit is contained in:
@ -61,6 +61,7 @@ Status SelectNode::get_next(RuntimeState* state, RowBatch* row_batch, bool* eos)
|
||||
*eos = true;
|
||||
return Status::OK;
|
||||
}
|
||||
*eos = false;
|
||||
|
||||
// start (or continue) consuming row batches from child
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user