github-actions[bot] commented on code in PR #26050:
URL: https://github.com/apache/doris/pull/26050#discussion_r1375187045
##########
be/src/io/fs/broker_file_reader.h:
##########
@@ -32,15 +32,14 @@
#include "runtime/client_cache.h"
#include "util/slice.h"
-namespace doris {
-namespace io {
+namespace doris::io {
Review Comment:
warning: nested namespaces can be concatenated
[modernize-concat-nested-namespaces]
```suggestion
namespace doris::io {
```
be/src/io/fs/broker_file_reader.h:70:
```diff
- } // namespace io
- } // namespace doris
+ } // namespace doris
```
--
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]