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


##########
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:
   Otherwise, from a completeness perspective it's missing `hasServiceCall()` 
handling. There is no toServiceCall method yet, but you can just reverse the 
logic from RequestConverter.buildNoDataRegionActions which converts a 
RegionCoprocessorServiceExec to a CoprocessorServiceCall.



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