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

    https://github.com/apache/incubator-omid/pull/41#discussion_r208160776
  
    --- Diff: 
hbase-common/src/main/java/org/apache/omid/transaction/CellUtils.java ---
    @@ -227,24 +252,26 @@ private static boolean endsWith(byte[] value, int 
offset, int length, byte[] suf
             return result == 0;
         }
     
    +    private static boolean startsWith(byte[] value, int offset, int 
length, byte[] prefix) {
    --- End diff --
    
    No because Bytes.startWith doesnt work with offset 


---

Reply via email to