xiangfu0 commented on code in PR #17253:
URL: https://github.com/apache/pinot/pull/17253#discussion_r2549079124


##########
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/HashFunction.java:
##########
@@ -19,5 +19,5 @@
 package org.apache.pinot.spi.config.table;
 
 public enum HashFunction {
-  NONE, MD5, MURMUR3, UUID
+  NONE, MD5, MURMUR3, UUID, XXHASH, XXH128

Review Comment:
   XXH128 is not implemented



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