yiguolei commented on code in PR #30906:
URL: https://github.com/apache/doris/pull/30906#discussion_r1480733625


##########
be/src/olap/tablet_schema.h:
##########
@@ -363,17 +366,17 @@ class TabletSchema {
     // Dump [(name, type, is_nullable), ...]
     string dump_structure() const {
         string str = "[";
-        for (auto p : _field_name_to_index) {
+        for (auto p : _cols) {

Review Comment:
   why change this code?



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