morningman commented on a change in pull request #3034: implements intersect node URL: https://github.com/apache/incubator-doris/pull/3034#discussion_r387644900
########## File path: be/src/exec/intersect_node.cpp ########## @@ -17,36 +17,23 @@ #include "exec/intersect_node.h" +#include "exec/hash_table.hpp" #include "exprs/expr.h" +#include "runtime/row_batch.h" +#include "runtime/runtime_state.h" namespace doris { // TODO(yangzhengguo) implememt this class Review comment: Move the TODO? ---------------------------------------------------------------- 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