jinchengchenghh commented on code in PR #35462:
URL: https://github.com/apache/arrow/pull/35462#discussion_r1210988384


##########
cpp/src/arrow/io/memory.cc:
##########
@@ -110,6 +110,21 @@ Status BufferOutputStream::Write(const void* data, int64_t 
nbytes) {
   return Status::OK();
 }
 
+Status BufferOutputStream::Seek(int64_t position) {

Review Comment:
   I optimize my code to use `FixedSizeBufferWriter`, so I don't need this 
feature now, thanks for your kindly review!



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

Reply via email to