zclllyybb commented on code in PR #30557: URL: https://github.com/apache/doris/pull/30557#discussion_r1470724487
########## be/src/udf/udf.h: ########## @@ -25,6 +25,7 @@ #include <string> #include <vector> +#include "runtime/runtime_state.h" Review Comment: indeed it need... or use `state()` will throw compilation error. I think it's no sense for user file to include it, but in this file. ########## be/src/udf/udf.h: ########## @@ -25,6 +25,7 @@ #include <string> #include <vector> +#include "runtime/runtime_state.h" Review Comment: indeed it need... otherwise use `state()` will throw compilation error. I think it's no sense for user file to include it, but in this file. -- 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