eldenmoon commented on code in PR #26990:
URL: https://github.com/apache/doris/pull/26990#discussion_r1396714802


##########
be/src/runtime/runtime_predicate.cpp:
##########
@@ -161,6 +156,10 @@ Status RuntimePredicate::update(const Field& value, const 
String& col_name, bool
         return Status::OK();
     }
 
+    // TODO defensive code
+    if (!_tablet_schema || !_tablet_schema->have_column(col_name)) {

Review Comment:
   when will `!_tablet_schema->have_column(col_name)` happened? maybe we could 
add some 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