dataroaring commented on code in PR #41701:
URL: https://github.com/apache/doris/pull/41701#discussion_r1798671513


##########
be/src/olap/memtable.cpp:
##########
@@ -403,7 +405,7 @@ void MemTable::_sort_one_column(std::vector<RowInBlock*>& 
row_in_blocks, Tie& ti
     }
 }
 
-template <bool is_final>
+template <bool is_final, bool clear_arena>

Review Comment:
   Please add comment for clear_arena.



-- 
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]

Reply via email to