szetszwo commented on PR #10438: URL: https://github.com/apache/ozone/pull/10438#issuecomment-4675217013
Actually, the current runTestImpl(..) already testing put(byte[]). Before this change, it is actually testing put(ByteBuffer) since it use ByteBuffer.wrap(..). So, we need new tests for put(ByteBuffer). -- 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]
