eldenmoon commented on code in PR #54181:
URL: https://github.com/apache/doris/pull/54181#discussion_r2246987270
##########
be/src/olap/rowset/segment_creator.cpp:
##########
@@ -356,18 +350,6 @@ Status SegmentCreator::add_block(const vectorized::Block*
block) {
size_t block_row_num = block->rows();
size_t row_avg_size_in_bytes = std::max((size_t)1, block_size_in_bytes /
block_row_num);
size_t row_offset = 0;
- if (_segment_flusher.need_buffering()) {
Review Comment:
重构后代码没用了
--
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]