ChinmaySKulkarni commented on a change in pull request #696: PHOENIX-5607 
Client-server backward compatibility tests
URL: https://github.com/apache/phoenix/pull/696#discussion_r383556052
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
 ##########
 @@ -144,6 +145,8 @@
     }
     
     public static final String CURRENT_CLIENT_VERSION = PHOENIX_MAJOR_VERSION 
+ "." + PHOENIX_MINOR_VERSION + "." + PHOENIX_PATCH_NUMBER;
+    public static final List<String> COMPATIBLE_CLIENT_VERSIONS = 
 
 Review comment:
   Can we document somewhere that we need to keep updating these versions with 
subsequent releases? Perhaps in the "[How to do a release 
webpage"](https://phoenix.apache.org/release.html)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to