gavinchou commented on code in PR #55749:
URL: https://github.com/apache/doris/pull/55749#discussion_r2332120722
##########
be/src/vec/common/custom_allocator.h:
##########
@@ -33,6 +36,73 @@ template <class Key, class T, class Compare = std::less<Key>,
class Allocator = CustomStdAllocator<std::pair<const Key, T>>>
using DorisMap = std::map<Key, T, Compare, Allocator>;
+template <typename T>
Review Comment:
better add a UT for newly added code
especially for the fundamental facilities
--
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]