wumeibanfa commented on code in PR #56441:
URL: https://github.com/apache/doris/pull/56441#discussion_r2423377005
##########
be/src/olap/rowset/segment_creator.cpp:
##########
@@ -384,7 +382,7 @@ SegmentCreator::SegmentCreator(RowsetWriterContext&
context, SegmentFileCollecti
InvertedIndexFileCollection& idx_files)
: _segment_flusher(context, seg_files, idx_files) {}
-Status SegmentCreator::add_block(const vectorized::Block* block) {
Review Comment:
修改这里是因为我修改了`
RETURN_IF_ERROR(_block_aggregator.aggregate_for_flexible_partial_update(
const_cast<vectorized::Block*>(data.block), data.num_rows,
specified_rowsets,
segment_caches));`里的const_cast,然后修改了RowsInBlock,进而修改了batch_block,然后修改上层调用add_row,
add_block
--
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]