Skip to content

Commit

Permalink
Update new_olap_scanner.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring authored Sep 16, 2023
1 parent 0265dc1 commit e33fc73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/vec/exec/scan/new_olap_scanner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ Status NewOlapScanner::close(RuntimeState* state) {
_tablet_reader_params.rs_splits.clear();
_tablet_reader.reset();
auto tablet_id = _scan_range.tablet_id;
LOG(INFO) << "close_tablet_id" << tablet_id;
RETURN_IF_ERROR(VScanner::close(state));
return Status::OK();
}
Expand Down

0 comments on commit e33fc73

Please sign in to comment.