yiguolei commented on code in PR #54871:
URL: https://github.com/apache/doris/pull/54871#discussion_r2281127538
##########
be/src/pipeline/exec/repeat_operator.cpp:
##########
@@ -139,8 +140,9 @@ Status
RepeatLocalState::get_repeated_block(vectorized::Block* input_block, int
nullable_column->insert_many_defaults(row_size);
} else {
if (!src_column.type->is_nullable()) {
-
nullable_column->insert_range_from_not_nullable(*src_column.column, 0,
- row_size);
+
nullable_column->get_nested_column().insert_range_from(*src_column.column, 0,
+
row_size);
+
nullable_column->get_null_map_column(false).insert_many_defaults(row_size);
Review Comment:
这个合入等一下,我们需要review 一下这个API get_null_map_column 为什么需要false 做参数
--
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]