airborne12 commented on code in PR #48890: URL: https://github.com/apache/doris/pull/48890#discussion_r1990669130
########## be/src/olap/rowset/segment_v2/inverted_index_compound_reader.cpp: ########## @@ -412,5 +414,5 @@ void DorisCompoundReader::initialize(const io::IOContext* io_ctx) { _stream->setIdxFileCache(true); } -} // namespace segment_v2 -} // namespace doris +} // namespace doris::segment_v2 +#include "common/compile_check_end.h" Review Comment: Same behaviour as #48890 -- 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