You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ch...@apache.org on 2020/03/10 23:16:35 UTC

[phoenix] branch 4.x-HBase-1.5 updated: (Addendum) PHOENIX-5607 Client-server backward compatibility tests

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

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


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

commit cad00d4c82cbe2062366287f13db6872b472f99c
Author: Sandeep Guggilam <sg...@sandeepg-ltm.internal.salesforce.com>
AuthorDate: Tue Mar 10 15:46:49 2020 -0700

    (Addendum) PHOENIX-5607 Client-server backward compatibility tests
    
    Signed-off-by: Chinmay Kulkarni <ch...@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..148dd03 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.15.0-HBase-1.5");
      
     
     // TODO: pare this down to minimum, as we don't need duplicates for both table and column errors, nor should we need