stoty commented on code in PR #2135:
URL: https://github.com/apache/phoenix/pull/2135#discussion_r2067913356


##########
phoenix-core/src/test/java/org/apache/phoenix/jdbc/PhoenixEmbeddedDriverTest.java:
##########
@@ -600,6 +600,16 @@ public void testMasterIPv6() throws SQLException {
 
     @Test
     public void testRPCIPv6() throws SQLException{
+        assumeTrue(VersionInfo.compareVersion(VersionInfo.getVersion(), 
"2.5.0") >= 0);
+        try {

Review Comment:
   What's the idea here ?
   If we're on HBase 2.5+, then fail if RpcConnectionRegistry is available ?



-- 
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]

Reply via email to