chaoyli commented on a change in pull request #3034: implements intersect node
URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r387597855
 
 

 ##########
 File path: be/src/exec/intersect_node.h
 ##########
 @@ -20,11 +20,17 @@
 #define  DORIS_BE_SRC_QUERY_EXEC_INTERSECT_NODE_H
 
 #include "exec/exec_node.h"
-#include "runtime/row_batch.h"
-#include "runtime/runtime_state.h"
+
+#include <boost/unordered_set.hpp>
+#include <boost/scoped_ptr.hpp>
 
 Review comment:
   use std::unique_ptr and std::unordered_set instead.

----------------------------------------------------------------
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: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to