ArafatKhan2198 commented on code in PR #3242:
URL: https://github.com/apache/ozone/pull/3242#discussion_r852149460
##########
hadoop-ozone/tools/src/test/java/org/apache/hadoop/ozone/freon/TestContentGenerator.java:
##########
@@ -57,7 +61,9 @@ public void writeWithByteLevelWrite() throws IOException {
@Test
public void writeWithSmallBuffer() throws IOException {
- ContentGenerator generator = new ContentGenerator(1024, 1024, 10);
+ ContentGenerator generator =
+ new ContentGenerator.Builder().seyKeySize(1024).setBufferSize(1024)
+ .setCopyBufferSize(10).build();
Review Comment:
Thanks for pointing it out!!
I have taken care of it across all the implementations !!
--
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]