tustvold commented on code in PR #2498:
URL: https://github.com/apache/arrow-rs/pull/2498#discussion_r949084378
##########
parquet/src/file/writer.rs:
##########
@@ -306,6 +311,11 @@ impl<W: Write> SerializedFileWriter<W> {
Ok(())
}
}
+
+ /// Returns the underlying writer.
+ pub fn into_inner(self) -> W {
Review Comment:
I think this needs to call `self.write_metadata` like `close` does,
otherwise the file will not have a footer
--
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]