devabhishekpal opened a new pull request, #7760: URL: https://github.com/apache/ozone/pull/7760
## What changes were proposed in this pull request? HDDS-12073. Don't show Source Bucket and Volume if null in DU metadata Please describe your PR in detail: * Disk Usage metadata table provides us with two fields Source Bucket and Source Volume which are populated for a linked Bucket and Volume respectively. * However for a non-linked bucket/volume this field will be null and it shows up as empty fields in the UI. This should not happen and we should not show the fields if it is empty. * This PR addresses this issue by adding extra checks for null values in this scenario. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12073 ## How was this patch tested? Patch was tested manually. -- 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]
