github-actions[bot] commented on code in PR #31484: URL: https://github.com/apache/doris/pull/31484#discussion_r1506013713
########## be/src/olap/rowset/segment_v2/inverted_index_writer.cpp: ########## @@ -107,7 +111,7 @@ class InvertedIndexColumnWriterImpl : public InvertedIndexColumnWriter { void close() { if (_index_writer) { _index_writer->close(); - if (config::enable_write_index_searcher_cache) { + if (0) { Review Comment: warning: converting integer literal to bool, use bool literal instead [modernize-use-bool-literals] ```suggestion if (false) { ``` -- 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