Lchangliang commented on code in PR #30039: URL: https://github.com/apache/doris/pull/30039#discussion_r1522689494
########## be/src/io/io_common.h: ########## @@ -57,7 +57,7 @@ struct IOContext { bool is_persistent = false; // stop reader when reading, used in some interrupted operations bool should_stop = false; - int64_t expiration_time = 0; + uint64_t expiration_time = 0; Review Comment: Same as above -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org