len548 opened a new pull request, #9797: URL: https://github.com/apache/ozone/pull/9797
## What changes were proposed in this pull request? Removed redundant `private FileSystem fs` field from `AbstractOzoneFileSystemTest` and `AbstractRootedOzoneFileSystemTest`. Both classes cast `fs` to each type-specific filesystem instances (`o3fs` and `ofs` respectively) so all the usages of `fs` can be done by those instances, making it unnecessary. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14683 ## How was this patch tested? The existing CI continues to pass: https://github.com/len548/ozone/actions/runs/22192506262 -- 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]
