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

    https://github.com/apache/incubator-omid/pull/39#discussion_r206422618
  
    --- Diff: 
hbase-client/src/main/java/org/apache/omid/transaction/SnapshotFilterImpl.java 
---
    @@ -395,8 +427,8 @@ private Get createPendingGet(Cell cell, int 
versionCount) throws IOException {
                         }
                     }
     
    -                if (isCellInTransaction(cell, transaction, commitCache) ||
    -                    isCellInSnapshot(cell, transaction, commitCache)) {
    +                if (isCellInTransaction(cell, transaction, 
commitCache).isPresent() ||
    +                    isCellInSnapshot(cell, transaction, 
commitCache).isPresent()) {
    --- End diff --
    
    Same as before


---

Reply via email to