gavinchou commented on code in PR #55772:
URL: https://github.com/apache/doris/pull/55772#discussion_r2684913045


##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -476,6 +476,10 @@ public class SessionVariable implements Serializable, 
Writable {
 
     public static final String DISABLE_FILE_CACHE = "disable_file_cache";
 
+    public static final String FILE_CACHE_QUERY_LIMIT_PERCENT = 
"file_cache_query_limit_percent";
+
+    public static final String POLICY_FILE_CACHE_QUERY_LIMIT_PERCENT = 
"policy_file_cache_query_limit_percent";

Review Comment:
   这个功能单独提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: [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