hgromer commented on code in PR #6623:
URL: https://github.com/apache/hbase/pull/6623#discussion_r1925337573


##########
hbase-protocol-shaded/src/main/protobuf/client/Client.proto:
##########
@@ -458,6 +466,13 @@ message RegionAction {
   optional Condition condition = 4;
 }
 
+/*
+* Statistics about the Result's server-side metrics
+*/
+message ResultMetrics {
+  required uint64 blockBytesScanned = 1;

Review Comment:
   wasn't familiar with the move away from required fields, I'm happy to make 
this optional.



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