sadanand48 commented on code in PR #4398:
URL: https://github.com/apache/ozone/pull/4398#discussion_r1139880649
##########
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/ObjectStore.java:
##########
@@ -577,9 +578,10 @@ public SnapshotDiffResponse snapshotDiff(String volumeName,
String fromSnapshot,
String toSnapshot,
String token,
- int pageSize)
+ int pageSize,
+ boolean fullDiff)
Review Comment:
Like @smengcl pointed out, lets change all instances of fullDiff to
forceFullDiff.
--
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]