zzzxl1993 commented on code in PR #49472: URL: https://github.com/apache/doris/pull/49472#discussion_r2041316897
########## be/src/olap/rowset/segment_v2/inverted_index/analyzer/basic/basic_tokenizer.h: ########## @@ -19,9 +19,8 @@ #include <unicode/utext.h> -#include "CLucene.h" +#include "CLucene.h" // IWYU pragma: keep Review Comment: Keep it the same as the other files IWYU pragma: keep is a directive for the Include What You Use (IWYU) tool, ensuring that a specific header file is not automatically removed. It is typically used to handle special cases that the tool might not recognize. -- 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