You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jinchengchenghh (via GitHub)" <gi...@apache.org> on 2023/05/08 05:57:33 UTC

[GitHub] [arrow] jinchengchenghh commented on a diff in pull request #35462: GH-35461: [C++] Add function Seek to BufferOutputStream

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


##########
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:
   Do you have recommended class name for seekable output stream?



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org