rmdmattingly commented on code in PR #4937:
URL: https://github.com/apache/hbase/pull/4937#discussion_r1063945426
##########
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:
I'm planning to add a test for this to `TestProtobufUtil`, and am very open
to advice on how this implementation could/should be written differently
--
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]