Apache9 commented on a change in pull request #3906:
URL: https://github.com/apache/hbase/pull/3906#discussion_r763575993



##########
File path: 
hbase-client/src/main/java/org/apache/hadoop/hbase/client/RawAsyncTableImpl.java
##########
@@ -220,35 +224,47 @@ private static Result toResult(HBaseRpcController 
controller, MutateResponse res
 
   @Override
   public CompletableFuture<Result> get(Get get) {
+    final Supplier<Span> supplier = new TableOperationSpanBuilder()

Review comment:
       Just pass in the operation too?




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