csun5285 commented on code in PR #55127:
URL: https://github.com/apache/doris/pull/55127#discussion_r2296920166


##########
be/src/vec/common/schema_util.cpp:
##########
@@ -829,6 +837,12 @@ Status VariantCompactionUtil::check_path_stats(const 
std::vector<RowsetSharedPtr
         // in this case, input stats is accurate, so we check the stats size 
and stats value
         else {
             for (const auto& [path, size] : stats) {
+                if (original_uid_to_path_stats.at(uid).find(path) ==

Review Comment:
   如果有 bug 的话,没有这个path 了,后面就直接挂了,这里得避免下



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