TsukiokaKogane commented on code in PR #63850:
URL: https://github.com/apache/doris/pull/63850#discussion_r3360003047
##########
be/src/storage/iterator/block_reader.cpp:
##########
@@ -57,6 +60,40 @@ using namespace ErrorCode;
static constexpr int32_t BLOCK_SIZE_CHECK_INTERVAL_ROWS = 64;
+namespace {
+
+Status insert_cell_with_wrapper_adaptation(IColumn& dst, const IColumn& src,
size_t row_pos) {
Review Comment:
redundant will be removed
--
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]