gavinchou commented on code in PR #59892:
URL: https://github.com/apache/doris/pull/59892#discussion_r2693343907
##########
be/src/io/fs/packed_file_manager.cpp:
##########
@@ -108,6 +113,91 @@ Status append_packed_info_trailer(FileWriter* writer,
const std::string& packed_
return writer->append(Slice(trailer));
}
+// write small file data to file cache
+void do_write_to_file_cache(const std::string& small_file_path, const
std::string& data,
Review Comment:
is there any multithread issues with `data`
what is the lifecycle of it?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]