brfrn169 commented on a change in pull request #1864:
URL: https://github.com/apache/hbase/pull/1864#discussion_r436359832
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
##########
@@ -794,6 +792,29 @@ private Result increment(final HRegion region, final
OperationQuota quota,
return r == null ? Result.EMPTY_RESULT : r;
}
+ private Get toGet(final Mutation mutation) throws IOException {
Review comment:
Thank you for your review!
I couldn't find any existing Mutation related util class. I will just add
static 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]