alamb commented on code in PR #7604:
URL: https://github.com/apache/arrow-rs/pull/7604#discussion_r2136240451


##########
parquet/src/arrow/async_writer/mod.rs:
##########
@@ -262,6 +262,14 @@ impl<W: AsyncFileWriter> AsyncArrowWriter<W> {
         self.finish().await
     }
 
+    /// Consumes the [`AsyncArrowWriter`] and returns the underlying 
[`AsyncFileWriter`]
+    ///
+    /// Note that this does not flush or finalize the writer, so any data in 
the
+    /// inner buffer will be lost

Review Comment:
   I pushed a commit with a small tweak to the docs



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