Uniform Status (#1317)

This commit is contained in:
ZHAO Chun
2019-06-14 23:38:31 +08:00
committed by lichaoyong
parent 5c2cf9f2ce
commit 9d03ba236b
227 changed files with 2688 additions and 2337 deletions

View File

@ -26,7 +26,7 @@ EmptySetNode::EmptySetNode(ObjectPool* pool, const TPlanNode& tnode,
Status EmptySetNode::get_next(RuntimeState* state, RowBatch* row_batch, bool* eos) {
*eos = true;
return Status::OK;
return Status::OK();
}
}