airborne12 commented on code in PR #47562:
URL: https://github.com/apache/doris/pull/47562#discussion_r1944530761


##########
be/src/olap/tablet_schema.cpp:
##########
@@ -1360,6 +1360,10 @@ bool TabletSchema::exist_column(const std::string& 
field_name) const {
     return _field_name_to_index.contains(StringRef {field_name});
 }
 
+bool TabletSchema::exist_column_by_uid(int32_t col_unique_id) const {

Review Comment:
   has_column_unique_id



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

Reply via email to