ChinmaySKulkarni commented on a change in pull request #714: PHOENIX-5607
Client-server backward compatibility tests
URL: https://github.com/apache/phoenix/pull/714#discussion_r386662704
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
##########
@@ -145,6 +146,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:
Is there no way to get this info programatically? We will have to keep
updating this version with each release right? If not, let's document it in the
release webpage.
----------------------------------------------------------------
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