xuchenhao commented on code in PR #59065:
URL: https://github.com/apache/doris/pull/59065#discussion_r2702982373


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/FileQueryScanNode.java:
##########
@@ -98,6 +102,10 @@ public abstract class FileQueryScanNode extends 
FileScanNode {
 
     protected FileSplitter fileSplitter;
 
+    private static final Set<String> CACHEABLE_CATALOGS = new HashSet<>(
+            Arrays.asList("hms", "iceberg", "paimon", "lakesoul")

Review Comment:
   数据缓存功能仅作用于 Hive、Iceberg、Hudi、Paimon 表的查询。
   https://doris.incubator.apache.org/zh-CN/docs/dev/lakehouse/data-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