hemantk-12 opened a new pull request, #4944: URL: https://github.com/apache/ozone/pull/4944
## What changes were proposed in this pull request? This change is to return correct snapshot diff when key is renamed and overridden. Currently it return rename diff entry only. ``` R ./key -> ./key_renamed ``` After the change it would be rename and modify ``` R ./key -> ./key_renamed M ./key ``` ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-8841 ## How was this patch tested? Updated integration tests. -- 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]
