smengcl commented on code in PR #4187:
URL: https://github.com/apache/ozone/pull/4187#discussion_r1248143772


##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -820,6 +820,7 @@ message SnapshotDiffJobProto {
   optional bool forceFullDiff = 8;
   optional uint64 totalDiffEntries = 9;
   optional string message = 10;
+  optional bool forceNonNativeDiff = 11;

Review Comment:
   Up to you if you want to do the rename or not.
   
   ```suggestion
     optional bool diffDisableNativeLibs = 11;
   ```



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to