Github user gatorsmile commented on a diff in the pull request:
https://github.com/apache/spark/pull/20630#discussion_r168904164
--- Diff:
common/unsafe/src/test/java/org/apache/spark/unsafe/hash/Murmur3_x86_32Suite.java
---
@@ -51,6 +53,23 @@ public void testKnownLongInputs() {
Assert.assertEquals(-2106506049, hasher.hashLong(Long.MAX_VALUE));
}
+ // SPARK-23381 Check whether the hash of the byte array is the same as
another implementations
--- End diff --
Yeah, we can do it in the follow-up PR.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]