etseidl commented on issue #6530:
URL: https://github.com/apache/arrow-rs/issues/6530#issuecomment-2406194858
If we add `finish`, how about just:
```rust
writer.write(&to_write).await.unwrap();
let metadata = writer.finish().await?;
// this should now include the metadata
let reported = writer.bytes_written();
```
--
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]