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


##########
be/src/io/io_common.h:
##########
@@ -85,6 +85,8 @@ struct IOContext {
     // if is_dryrun, read IO will download data to cache but return no data to 
reader
     // useful to skip cache data read from local disk to accelarate warm up
     bool is_dryrun = false;
+
+    bool is_warmup {false};

Review Comment:
   add comment, what does it do 



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