bbeaudreault commented on code in PR #4937:
URL: https://github.com/apache/hbase/pull/4937#discussion_r1064644139


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/ProtobufUtil.java:
##########
@@ -1072,6 +1077,22 @@ public static ClientProtos.Scan toScan(final Scan scan) 
throws IOException {
     return scanBuilder.build();
   }
 
+  public static List<Operation> toMulti(MultiRequest multiRequest) {

Review Comment:
   this probably should throw an exception, since that seems more standard than 
catching it. Seems like you handle catching exceptions in your catchAll method 
anyway



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