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


##########
be/src/storage/tablet/base_tablet.cpp:
##########
@@ -1131,8 +1136,19 @@ static void fill_cell_for_flexible_partial_update(
             new_col->insert_from(old_value_col, 
read_index_old[cast_set<uint32_t>(idx)]);
         }
     } else {
+        bool old_row_delete_sign =
+                (delete_sign_column_data != nullptr &&
+                 
delete_sign_column_data[read_index_old[cast_set<uint32_t>(idx)]] != 0);
+        if (tablet_column.is_variant_type()) {

Review Comment:
   add more 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