Skip to content

Commit

Permalink
Fix the problem that Memory is not released in time when scanning Par…
Browse files Browse the repository at this point in the history
…quet (StarRocks#1401)
  • Loading branch information
stdpain authored Nov 19, 2021
1 parent be2eb57 commit 0154b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/src/exec/vectorized/hdfs_scanner_orc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ void HdfsOrcScanner::update_counter() {

Status HdfsParquetScanner::do_close(RuntimeState* runtime_state) {
update_counter();
_reader.reset();
return Status::OK();
}

Expand Down

0 comments on commit 0154b20

Please sign in to comment.