saxenapranav commented on PR #6617: URL: https://github.com/apache/hadoop/pull/6617#issuecomment-2022125533
Hi @steveloughran, thank you very much for the suggestion. Have taken it. As part of the change, I have the following changes: 1. Added a new util class `AbfsInputStreamTestUtils` which contains the util methods in ITestAbfsStream for which this class was inherited in `ITestAbfsInputStreamReadFooter`. Now, ITestAbfsInputStreamReadFooter doesnt need to inherit ITestAbfsStream. 2. ITestAbfsStreamReadFooter now inherits AbstractAbfsScaleTest. 3. Removed inheritence of ITestAbfsInputStream from ITestAbfsInputStreamSmallFileReads as it was only inheriting it for the util methods. Thank you very much for the suggestions, requesting your kind review. Thank you a lot! -- 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]
