BePPPower commented on code in PR #15622:
URL: https://github.com/apache/doris/pull/15622#discussion_r1063080386
##########
be/src/io/fs/file_reader_options.cpp:
##########
@@ -25,8 +25,8 @@ FileCacheType cache_type_from_string(const std::string& type)
{
return FileCacheType::SUB_FILE_CACHE;
} else if (type == "whole_file_cache") {
return FileCacheType::WHOLE_FILE_CACHE;
- } else if (type == "file_block_cache") {
- return FileCacheType::FILE_BLOCK_CACHE;
+ } else if (type == "remote_file_cache") {
+ return FileCacheType::REMOTE_FILE_CACHE;
Review Comment:
ok, I renamed it `FILE_SEGMENT_CACHE`
--
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]