shahrs87 commented on code in PR #1839:
URL: https://github.com/apache/phoenix/pull/1839#discussion_r1508286177


##########
phoenix-core-client/src/main/java/org/apache/phoenix/jdbc/AbstractRPCConnectionInfo.java:
##########
@@ -45,8 +45,8 @@ public String getBoostrapServers() {
     }
 
     protected AbstractRPCConnectionInfo(boolean isConnectionless, String 
principal, String keytab,
-            User user, String haGroup) {
-        super(isConnectionless, principal, keytab, user, haGroup);
+            User user, String haGroup, Boolean isServerConnection) {

Review Comment:
   can we change `Boolean` --> `boolean` ?



-- 
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: issues-unsubscr...@phoenix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to