eldenmoon commented on code in PR #45947:
URL: https://github.com/apache/doris/pull/45947#discussion_r1903927450
##########
be/src/vec/columns/column_object.cpp:
##########
@@ -1262,10 +1296,34 @@ void ColumnObject::add_nested_subcolumn(const
PathInData& key, const FieldInfo&
ENABLE_CHECK_CONSISTENCY(this);
}
+void ColumnObject::set_num_rows(size_t n) {
+ // for (auto& entry : subcolumns) {
+ // if (auto size = entry->data.size(); size < n) {
Review Comment:
remove useless 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]