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


##########
regression-test/suites/cloud_p0/cache/test_load_cache.groovy:
##########
@@ -19,12 +19,18 @@ import org.apache.doris.regression.suite.ClusterOptions
 import groovy.json.JsonSlurper
 
 /*
+Test Background & Principle (PR #56637):
+
+This PR implements a hard-coded mechanism for data load operations (e.g., 
Broker Load, INSERT INTO...SELECT). 
+It forces the data read during the query phase into the Disposable queue, 
overriding any session variables. 
+Conversely, the caching behavior for data during the import phase remains 
governed by the relevant session variables.
+

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