tustvold commented on code in PR #2498:
URL: https://github.com/apache/arrow-rs/pull/2498#discussion_r949317731
##########
parquet/src/arrow/arrow_writer/mod.rs:
##########
@@ -223,6 +223,12 @@ impl<W: Write> ArrowWriter<W> {
Ok(())
}
+ /// Returns the underlying writer.
Review Comment:
```suggestion
/// Flushes any outstanding data and returns the underlying writer.
```
##########
parquet/src/file/writer.rs:
##########
@@ -306,6 +311,14 @@ impl<W: Write> SerializedFileWriter<W> {
Ok(())
}
}
+
+ /// Returns the underlying writer.
Review Comment:
```suggestion
/// Writes the file footer and returns the underlying writer.
```
--
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]