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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to