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


##########
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/snapshot/SnapshotDiffHandler.java:
##########
@@ -68,6 +68,12 @@ public class SnapshotDiffHandler extends Handler {
       defaultValue = "false")
   private boolean cancel;
 
+  @CommandLine.Option(names = {"--fnnd", "--force-non-native-diff"},
+      description = "perform diff of snapshot without using" +
+          " native libs (optional)",
+      hidden = true)
+  private boolean forceNonNativeDiff;

Review Comment:
   Rename CLI param as well if you feel like it.



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