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


##########
parquet/src/arrow/arrow_writer/mod.rs:
##########
@@ -450,11 +450,11 @@ impl<W: Write + Send> ArrowWriter<W> {
     }
 
     /// Converts this writer into a lower-level [`SerializedFileWriter`] and 
[`ArrowRowGroupWriterFactory`].
-    /// This can be useful to provide more control over how files are written.
-    #[deprecated(
-        since = "57.0.0",
-        note = "Construct a `SerializedFileWriter` and 
`ArrowRowGroupWriterFactory` directly instead"
-    )]
+    ///
+    /// Flushes any outstanding data before returning.
+    ///
+    /// This can be useful to provide more control over how files are written, 
for example
+    /// to write columns in parallel. See the example on [`ArrowColumnWriter`].

Review Comment:
   I tried to drop a few breadcrumbs to find @adamreeve 's new example in 
https://github.com/apache/arrow-rs/pull/8582



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