imay commented on a change in pull request #1732: Add exchange in MemPool to 
reduce alloc/free operation
URL: https://github.com/apache/incubator-doris/pull/1732#discussion_r319822402
 
 

 ##########
 File path: be/src/runtime/mem_pool.cpp
 ##########
 @@ -26,248 +26,239 @@
 
 #include "common/names.h"
 
-using namespace doris;
+namespace doris {
 
 #define MEM_POOL_POISON (0x66aa77bb)
 
 const int MemPool::INITIAL_CHUNK_SIZE;
 const int MemPool::MAX_CHUNK_SIZE;
 
-const char* MemPool::LLVM_CLASS_NAME = "class.impala::MemPool";
+const char* MemPool::LLVM_CLASS_NAME = "class.palo::MemPool";
 
 Review comment:
   You are right

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to