wenzhenghu commented on code in PR #60583:
URL: https://github.com/apache/doris/pull/60583#discussion_r2844216692


##########
regression-test/suites/cloud_p0/cache/test_load_cache.groovy:
##########
@@ -21,14 +21,14 @@ import groovy.json.JsonSlurper
 /*
 Test Description:
 
-1. When disable_file_cache = true and enable_file_cache = true, it is expected 
that the S3 TVF load (import phase) will NOT enter the cache, while the query 
+1. When enable_file_cache_olap_table = false, it is expected that the S3 TVF 
load (import phase) will NOT enter the cache, while the query
    phase will enter the Disposable queue.
    Specifically: Normal queue size should be 0, Disposable queue size should 
be 91163 bytes.
-2. When disable_file_cache = false and enable_file_cache = true, it is 
expected that the S3 TVF load (import phase) will enter the Normal queue, and 
the query 
-   phase will still enter the Disposable queue.
+2. When enable_file_cache_olap_table = true, it is expected that the S3 TVF 
load (import phase) will enter the Normal queue, and the query
+   phase will enter the Normal queue.

Review Comment:
   这个再确认下是不是原来的描述“phase will still enter the Disposable queue” 是错误的?



-- 
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