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

    https://github.com/apache/incubator-tephra/pull/19#discussion_r86933962
  
    --- Diff: 
tephra-hbase-compat-1.1-base/src/test/java/org/apache/tephra/hbase/InvalidListPruneTest.java
 ---
    @@ -185,6 +186,12 @@ public TransactionStateCache get() {
        */
       @SuppressWarnings("WeakerAccess")
       public static class InMemoryTransactionStateCache extends 
TransactionStateCache {
    +    private static TransactionVisibilityState transactionSnapshot;
    +
    +    public static void setTransactionSnapshot(TransactionVisibilityState 
transactionSnapshot) {
    +      InMemoryTransactionStateCache.transactionSnapshot = 
transactionSnapshot;
    +    }
    --- End diff --
    
    much nicer 👍 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to