This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new d1fc3f5  PHOENIX-4412 Tephra transaction context visibility level 
returns null instead of SNAPSHOT_ALL
d1fc3f5 is described below

commit d1fc3f50d2c44a50871f351610488e5554faed8c
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Nov 25 13:11:47 2020 +0100

    PHOENIX-4412 Tephra transaction context visibility level returns null 
instead of SNAPSHOT_ALL
---
 .../java/org/apache/phoenix/transaction/TephraTransactionContext.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java
 
b/phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java
index ddc392f..11402f9 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/transaction/TephraTransactionContext.java
@@ -356,6 +356,7 @@ public class TephraTransactionContext implements 
PhoenixTransactionContext {
             break;
         case SNAPSHOT_ALL:
             phoenixVisibilityLevel = PhoenixVisibilityLevel.SNAPSHOT_ALL;
+            break;
         default:
             phoenixVisibilityLevel = null;
         }

Reply via email to