cambyzju commented on code in PR #35733: URL: https://github.com/apache/doris/pull/35733#discussion_r1622338509
########## fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java: ########## @@ -496,18 +496,6 @@ private List<CacheTable> buildCacheTableList() { List<CacheTable> tblTimeList = Lists.newArrayList(); for (int i = 0; i < scanNodes.size(); i++) { ScanNode node = scanNodes.get(i); - if (enablePartitionCache() Review Comment: 有仔细推敲过,放开限制,会有数据正确性问题吗? -- 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