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

chinmayskulkarni pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.4 by this push:
     new ca290b5  (Addendum) PHOENIX-5607 Client-server backward compatibility 
tests
ca290b5 is described below

commit ca290b518c87debce5cb2c14d2ba9e4a12a07bff
Author: Sandeep Guggilam <sguggi...@sandeepg-ltm.internal.salesforce.com>
AuthorDate: Tue Mar 10 13:07:24 2020 -0700

    (Addendum) PHOENIX-5607 Client-server backward compatibility tests
    
    Signed-off-by: Chinmay Kulkarni <chinmayskulka...@apache.org>
---
 .../src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
index 2982f25..2d543fc 100644
--- 
a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
+++ 
b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
@@ -147,7 +147,7 @@ public abstract class MetaDataProtocol extends 
MetaDataService {
     
     public static final String CURRENT_CLIENT_VERSION = PHOENIX_MAJOR_VERSION 
+ "." + PHOENIX_MINOR_VERSION + "." + PHOENIX_PATCH_NUMBER;
     public static final List<String> COMPATIBLE_CLIENT_VERSIONS = 
-            Arrays.asList("4.14.3-HBase-1.3", "4.15.0-HBase-1.3");
+            Arrays.asList("4.14.3-HBase-1.4", "4.15.0-HBase-1.4");
      
     
     // TODO: pare this down to minimum, as we don't need duplicates for both 
table and column errors, nor should we need

Reply via email to