Github user kiszk commented on a diff in the pull request:
https://github.com/apache/spark/pull/19222#discussion_r171834629
--- Diff:
common/unsafe/src/main/java/org/apache/spark/unsafe/array/ByteArrayMethods.java
---
@@ -52,11 +53,16 @@ public static int roundNumberOfBytesToNearestWord(int
numBytes) {
* Optimized byte array equality check for byte arrays.
* @return true if the arrays are equal, false otherwise
*/
+ public static boolean arrayEqualsBlock(
--- End diff --
yeah
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]