gavinchou commented on code in PR #56175: URL: https://github.com/apache/doris/pull/56175#discussion_r2363900865
########## cloud/src/meta-store/keys.h: ########## @@ -218,6 +218,9 @@ using MetaPendingDeleteBitmapInfo = BasicKeyInfo<24 , std::tuple<std::string, in // 0:instance_id 1:db_id 2:job_id using RLJobProgressKeyInfo = BasicKeyInfo<25, std::tuple<std::string, int64_t, int64_t>>; +// 0:instance_id 1:db_id 2:job_id +using StreamingJobMetaKeyInfo = BasicKeyInfo<52, std::tuple<std::string, int64_t, int64_t>>; Review Comment: what is the difference between StreamingJobMetaKeyInfo and RLJobProgressKeyInfo? if they all components are identical we should use RLJobProgressKeyInfo instead. -- 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]
