varadal opened a new issue, #14438:
URL: https://github.com/apache/arrow/issues/14438

   Hello,
   Using the arrow cpp api I am creating a MemoryMappedFile with excess space 
and am writing to it using a RecordBatchWriter. When closing the 
RecordBatchWriter I am finding that I don't have the exact size of what has 
been written to the MemoryMappedFile and can't truncate/resize the file. Is 
there a way for me to get the total number of bytes that have been written to 
the MemoryMappedFile? I found that RecordBatchWriter::stats() does not include 
of the number of bytes written when RecordBatchWriter::Close() is called.


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