eldenmoon commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r965864261
########## be/src/olap/column_vector.cpp: ########## @@ -224,6 +224,16 @@ Status ArrayColumnVectorBatch::resize(size_t new_cap) { return Status::OK(); } +void ArrayColumnVectorBatch::put_item_ordinal(segment_v2::ordinal_t* ordinals, size_t start_idx, + size_t size) { + size_t first_offset = *(_offsets->scalar_cell_ptr(start_idx)); + segment_v2::ordinal_t first_ordinal = ordinals[0]; Review Comment: OK -- 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