Skip to content

How to get the file size of the parquet file written by ArrowWriter? #4224

Answered by tustvold
RinChanNOWWW asked this question in Q&A
Discussion options

You must be logged in to vote

SerializedFileWriter tracks the number of bytes written, and so could definitely expose this. I guess my question would be why not just obtain this from the W: Write itself?

For example, writer.into_inner().len()?

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@jun0315
Comment options

@tustvold
Comment options

@jun0315
Comment options

@tustvold
Comment options

@jun0315
Comment options

Answer selected by RinChanNOWWW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants