imay commented on a change in pull request #2972: Remove unused LLVM related codes of directory:be/src/exprs (#2910) URL: https://github.com/apache/incubator-doris/pull/2972#discussion_r383075294
########## File path: be/src/exprs/anyval_util.h ########## @@ -18,12 +18,12 @@ #ifndef DORIS_BE_SRC_QUERY_EXPRS_ANYVAL_UTIL_H #define DORIS_BE_SRC_QUERY_EXPRS_ANYVAL_UTIL_H -#include "codegen/llvm_codegen.h" #include "runtime/primitive_type.h" #include "udf/udf.h" #include "util/hash_util.hpp" #include "util/types.h" #include "common/status.h" +#include "expr.h" Review comment: ```suggestion #include "exprs/expr.h" ``` ---------------------------------------------------------------- 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]
