hgromer commented on code in PR #6623:
URL: https://github.com/apache/hbase/pull/6623#discussion_r2042493200
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RawAsyncTableImpl.java:
##########
@@ -358,7 +358,7 @@ public CompletableFuture<Boolean> thenPut(Put put) {
() -> RawAsyncTableImpl.this.<Boolean> newCaller(row,
put.getPriority(), rpcTimeoutNs)
.action((controller, loc, stub) ->
RawAsyncTableImpl.mutate(controller, loc, stub, put,
(rn, p) -> RequestConverter.buildMutateRequest(rn, row, family,
qualifier, op, value,
- null, timeRange, p, HConstants.NO_NONCE, HConstants.NO_NONCE),
+ null, timeRange, p, HConstants.NO_NONCE, HConstants.NO_NONCE,
false),
Review Comment:
These methods correspond with the deprecated `CheckAndMutateBuilder`, so I
didn't think it was worth making any client-side modifications to get this
feature working with the deprecated builder.
--
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]