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 committed Sep 18, 2023
1 parent 9d92d8c commit 883490d
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 @@ -533,7 +533,6 @@ Status NewOlapScanner::close(RuntimeState* state) {
// so that it will core
_tablet_reader_params.rs_splits.clear();
_tablet_reader.reset();
auto tablet_id = _scan_range.tablet_id;
RETURN_IF_ERROR(VScanner::close(state));
return Status::OK();
}
Expand Down

0 comments on commit 883490d

Please sign in to comment.