hemantk-12 opened a new pull request, #5081: URL: https://github.com/apache/ozone/pull/5081
## What changes were proposed in this pull request? This change is to print snapshot diff properly if there is no diff between two snapshots. Current states: ``` sh-4.2$ ozone sh snapshot diff vol1/bucket1 snap2 snap3 Difference between snapshot: snap2 and snapshot: snap3 sh-4.2$ ``` After the change: ``` sh-4.2$ ozone sh snapshot diff vol1/bucket1 snap2 snap3 Difference between snapshot: snap2 and snapshot: snap3 sh-4.2$ ``` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7953 ## How was this patch tested? Tested it locally using the docker and verified 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]
