Github user hvanhovell commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19222#discussion_r138737542
  
    --- Diff: 
common/unsafe/src/main/java/org/apache/spark/unsafe/array/ByteArrayMethods.java 
---
    @@ -46,6 +47,42 @@ public static int roundNumberOfBytesToNearestWord(int 
numBytes) {
        * @return true if the arrays are equal, false otherwise
        */
       public static boolean arrayEquals(
    +      MemoryBlock leftBase, long leftOffset, MemoryBlock rightBase, long 
rightOffset, final long length) {
    +    int i = 0;
    +
    +    // check if stars align and we can get both offsets to be aligned
    --- End diff --
    
    stars align...? :)... starts?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to