yanxinyi commented on a change in pull request #616: PHOENIX-5432: Refactor 
LiteralExpression to use the builder pattern
URL: https://github.com/apache/phoenix/pull/616#discussion_r343411884
 
 

 ##########
 File path: 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/MetaDataProtocol.java
 ##########
 @@ -380,7 +381,7 @@ public PDataType getViewIndexIdType() {
           return viewIndexIdType;
       }
 
-        public static MetaDataMutationResult 
constructFromProto(MetaDataResponse proto) {
+        public static MetaDataMutationResult 
constructFromProto(MetaDataResponse proto) throws SQLException {
 
 Review comment:
   why we are adding extra `throws SQLException` here?

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

Reply via email to