Gabriel39 commented on code in PR #63376:
URL: https://github.com/apache/doris/pull/63376#discussion_r3295983671


##########
be/src/format/orc/vorc_reader.cpp:
##########
@@ -403,16 +427,57 @@ Status OrcReader::_create_file_reader() {
 
         // Local variables can be required because setSerializedFileTail is an 
assignment operation, not a reference.
         ObjLRUCache::CacheHandle _meta_cache_handle;
-        if (_meta_cache->lookup(file_meta_cache_key, &_meta_cache_handle)) {
+        const bool use_memory_cache = _meta_cache->enabled();

Review Comment:
   这些接口都不需要改,我们只是替换了一下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]

Reply via email to