jpisaac commented on code in PR #1543:
URL: https://github.com/apache/phoenix/pull/1543#discussion_r1047859747
##########
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java:
##########
@@ -118,8 +118,9 @@ public abstract class MetaDataProtocol extends
MetaDataService {
/** Version below which we fall back on the generic KeyValueBuilder */
public static final int CLIENT_KEY_VALUE_BUILDER_THRESHOLD =
VersionUtil.encodeVersion("0", "94", "14");
// Version at which we allow SYSTEM.CATALOG to split
- public static final int MIN_SPLITTABLE_SYSTEM_CATALOG =
VersionUtil.encodeVersion("5", "1", "0");
- public static final String MIN_SPLITTABLE_SYSTEM_CATALOG_VERSION = "5.1.0";
+ public static final int MIN_SPLITTABLE_SYSTEM_CATALOG =
Review Comment:
The other possibility is 5.0.0 client and 5.1.x server.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]