924060929 commented on code in PR #34830: URL: https://github.com/apache/doris/pull/34830#discussion_r1602507214
########## fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java: ########## @@ -142,11 +142,12 @@ private void checkCacheConfig() { enableSqlCache = true; } } - if (Config.cache_enable_partition_mode) { - if (context.getSessionVariable().isEnablePartitionCache()) { - enablePartitionCache = true; - } - } + enablePartitionCache = false; + // if (Config.cache_enable_partition_mode) { + // if (context.getSessionVariable().isEnablePartitionCache()) { + // enablePartitionCache = true; + // } + // } Review Comment: > remove useless code, not comment them? I think the readers can use git blame to find this pr -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org