szetszwo commented on code in PR #4104:
URL: https://github.com/apache/ozone/pull/4104#discussion_r1062183673


##########
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/io/BlockOutputStreamEntry.java:
##########
@@ -47,7 +48,7 @@
 public class BlockOutputStreamEntry extends OutputStream {
 
   private final OzoneClientConfig config;
-  private OutputStream outputStream;
+  private RatisBlockOutputStream outputStream;

Review Comment:
   Yes, we can keep using `OutputStream` here.
   
   BTW, ECBlockOutputStream seems not using `outputStream` at all since it is 
always set to a `RatisBlockOutputStream` object.



-- 
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]

Reply via email to