github-actions[bot] commented on code in PR #27367:
URL: https://github.com/apache/doris/pull/27367#discussion_r1400469397
##########
be/src/olap/rowset/segment_v2/inverted_index_cache.h:
##########
@@ -54,16 +56,44 @@ namespace lucene {
namespace search {
class IndexSearcher;
} // namespace search
+namespace util {
+namespace bkd {
Review Comment:
warning: nested namespaces can be concatenated
[modernize-concat-nested-namespaces]
```suggestion
namespace util::bkd {
```
be/src/olap/rowset/segment_v2/inverted_index_cache.h:61:
```diff
- }
- } // namespace util
+ } // namespace util
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]