cambyzju commented on code in PR #16480:
URL: https://github.com/apache/doris/pull/16480#discussion_r1098859796
##########
fe/fe-core/src/main/java/org/apache/doris/qe/cache/CacheAnalyzer.java:
##########
@@ -208,12 +208,6 @@ private CacheMode innerCheckCacheMode(long now) {
LOG.debug("query contains non-olap table. queryid {}",
DebugUtil.printId(queryId));
return CacheMode.None;
}
- if (enablePartitionCache() && ((OlapScanNode)
node).getSelectedPartitionNum() > 1
Review Comment:
we should better figure out why we add these codes before, the codes added
from https://github.com/apache/doris/pull/10319
--
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]