[Profile][UT] Fix UT and remove useless profile (#4879)

Fix UT failed by #4825 and remove useless profile
This commit is contained in:
Mingyu Chen
2020-11-12 16:28:57 +08:00
committed by GitHub
parent 97867364e7
commit e9923100f2
7 changed files with 0 additions and 27 deletions

View File

@ -258,7 +258,6 @@ Status CsvScanNode::get_next(RuntimeState* state, RowBatch* row_batch, bool* eos
RETURN_IF_ERROR(exec_debug_action(TExecNodePhase::GETNEXT));
RETURN_IF_CANCELLED(state);
SCOPED_TIMER(_runtime_profile->total_time_counter());
SCOPED_TIMER(materialize_tuple_timer());
if (reached_limit()) {
*eos = true;