zhiqiang-hhhh commented on code in PR #44690: URL: https://github.com/apache/doris/pull/44690#discussion_r1926766324
########## be/src/pipeline/exec/join_probe_operator.cpp: ########## @@ -21,6 +21,7 @@ #include "pipeline/exec/nested_loop_join_probe_operator.h" #include "pipeline/exec/operator.h" #include "pipeline/exec/partitioned_hash_join_probe_operator.h" +#include "vec/columns/column_array.h" Review Comment: > useless? 去掉之后编译会失败,这里加这个header也是合理的,一般都得在 cpp 里 include 到用到的所有的 header,之前可能是嵌套 include 到了 -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org