mapleFU commented on code in PR #33776:
URL: https://github.com/apache/arrow/pull/33776#discussion_r1086899563


##########
cpp/src/parquet/murmur3.cc:
##########
@@ -185,20 +185,26 @@ void Hash_x64_128(const void* key, const int len, const 
uint32_t seed, uint64_t
   reinterpret_cast<uint64_t*>(out)[1] = h2;
 }
 
+namespace {
 template <typename T>
-uint64_t HashHelper(T value, uint32_t seed) {
+uint64_t Murmur3HashHelper(T value, uint32_t seed) {

Review Comment:
   Maybe we can, let me delete it



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

Reply via email to