github-actions[bot] commented on code in PR #35413:
URL: https://github.com/apache/doris/pull/35413#discussion_r1615383609


##########
be/src/vec/runtime/shared_hash_table_controller.cpp:
##########
@@ -25,35 +25,14 @@
 
 #include "pipeline/exec/hashjoin_build_sink.h"
 
-namespace doris {
-namespace vectorized {
+namespace doris::vectorized {
 

Review Comment:
   warning: nested namespaces can be concatenated 
[modernize-concat-nested-namespaces]
   
   ```suggestion
   namespace doris::vectorized {
   ```
   
   be/src/vec/runtime/shared_hash_table_controller.cpp:76:
   ```diff
   - } // namespace vectorized
   - } // 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]

Reply via email to