HappenLee commented on a change in pull request #8500:
URL: https://github.com/apache/incubator-doris/pull/8500#discussion_r829284447
##########
File path: be/src/olap/types.cpp
##########
@@ -85,7 +82,11 @@ ScalarTypeInfoResolver::ScalarTypeInfoResolver() {
add_mapping<OLAP_FIELD_TYPE_OBJECT>();
}
-ScalarTypeInfoResolver::~ScalarTypeInfoResolver() {}
+ScalarTypeInfoResolver::~ScalarTypeInfoResolver() {
Review comment:
not need to do thing like this to release the mem of vector. the ~vector
can do the same work
--
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]