HappenLee commented on code in PR #10792:
URL: https://github.com/apache/doris/pull/10792#discussion_r932062617


##########
be/src/runtime/descriptors.cpp:
##########
@@ -339,6 +336,10 @@ RowDescriptor::RowDescriptor(const DescriptorTbl& 
desc_tbl, const std::vector<TT
 
     init_tuple_idx_map();
     init_has_varlen_slots();
+
+    DCHECK(nullable_tuples.size() == _tuple_desc_map.size())

Review Comment:
   seems no need move the DCHECK to here



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