szetszwo commented on pull request #2495:
URL: https://github.com/apache/ozone/pull/2495#issuecomment-894410844


   > Hi @szetszwo, I have a question about compatibility here. User often use 
HDFS APi, using ofs:// or o3fs:// to access Ozone. 
   
   BlockDataStreamOutput and the other new classes are internal classes.  They 
are not user facing classes.  Users will use  OzoneOutputStream.  If a byte[] 
is passed from a user, say via OzoneOutputStream.write(byte[]), we may wrap the 
array to a ByteBuffer internally.
   
   BTW, we should add ByteBuffer methods to OzoneOutputStream later.


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