imay commented on a change in pull request #1527: Expose data 
pruned-filter-scan ability
URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306254636
 
 

 ##########
 File path: be/src/runtime/exec_env.cpp
 ##########
 @@ -18,13 +18,20 @@
 #include "runtime/exec_env.h"
 
 #include "gen_cpp/HeartbeatService_types.h"
-
+#include "runtime/result_queue_mgr.h"
+#include "runtime/thread_resource_mgr.h"
 namespace doris {
 
 ExecEnv::ExecEnv() {
+    // all below is just only for test MemoryScratchSink
+    _result_queue_mgr = new ResultQueueMgr();
 
 Review comment:
   put these to be/src/runtime/exec_env_init.cpp. cause for some UT, we don't 
need this to be created

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to