zclllyybb commented on code in PR #57180:
URL: https://github.com/apache/doris/pull/57180#discussion_r2446970477


##########
be/src/util/murmur_hash3.cpp:
##########
@@ -430,11 +428,34 @@ void murmur_hash3_x64_128(const void* key, const int len, 
const uint32_t seed, v
 
     h1 += h2;
     h2 += h1;
+}
 
+//-----------------------------------------------------------------------------
+

Review Comment:
   add comment



-- 
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