Lchangliang commented on code in PR #10136:
URL: https://github.com/apache/doris/pull/10136#discussion_r912369245


##########
be/src/olap/tablet.cpp:
##########
@@ -1636,4 +1641,13 @@ std::shared_ptr<MemTracker>& 
Tablet::get_compaction_mem_tracker(CompactionType c
     }
 }
 
+const TabletSchema& Tablet::tablet_schema() const {
+    std::shared_lock wrlock(_meta_lock);
+    const RowsetSharedPtr last_rowset = rowset_with_max_version();

Review Comment:
   the continue code process it. 
   if (last_rowset == nullptr) {
           return _schema;
    }
   that will use the schema from BE saves.



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