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


##########
be/src/vec/columns/column_object.cpp:
##########
@@ -1279,6 +1337,10 @@ void ColumnObject::insert_range_from(const IColumn& src, 
size_t start, size_t le
     std::map<std::string_view, Subcolumn> 
src_path_and_subcoumn_for_sparse_column;
     for (const auto& entry : src_object.subcolumns) {
         // Check if we already have such dense column path.
+        if (entry->data.is_root) {

Review Comment:
   why root is special



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