ndimiduk commented on a change in pull request #3396:
URL: https://github.com/apache/hbase/pull/3396#discussion_r655805429



##########
File path: hbase-protocol/src/main/protobuf/MultiRowMutation.proto
##########
@@ -37,9 +37,11 @@ message MutateRowsRequest {
   optional uint64 nonce_group = 2;
   optional uint64 nonce = 3;
   optional RegionSpecifier region = 4;
+  repeated Condition condition = 5;
 }
 
 message MutateRowsResponse {
+  optional bool processed = 1;

Review comment:
       Is this a backward-incompatible breaking change to the wire format? How 
does a client generated against the old definition handle the presence of any 
fields?




-- 
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:
us...@infra.apache.org


Reply via email to