Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
morningman committed Jul 3, 2023
1 parent b7a0d6b commit 92c8b1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion be/src/io/fs/buffered_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,6 @@ Status DelegateReader::create_file_reader(RuntimeProfile* profile,
}
}
if (is_thread_safe) {
LOG(INFO) << "xxxx PrefetchBufferedReader";
// PrefetchBufferedReader needs thread-safe reader to prefetch data concurrently.
*file_reader = std::make_shared<io::PrefetchBufferedReader>(profile, reader, file_range,
io_ctx);
Expand Down

0 comments on commit 92c8b1f

Please sign in to comment.