gjacoby126 commented on a change in pull request #607: PHOENIX-5103: Can't 
create/drop table using 4.14 client against 4.15 server (Addendum)
URL: https://github.com/apache/phoenix/pull/607#discussion_r343244191
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/query/DelegateConnectionQueryServices.java
 ##########
 @@ -361,6 +361,11 @@ public boolean isUpgradeRequired() {
         return getDelegate().isUpgradeRequired();
     }
 
+    @Override
+    public void clearUpgradeRequired() {
+        getDelegate().isUpgradeRequired();
 
 Review comment:
   Shouldn't this be getDelegate.clearUpgradeRequired(); ? 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to