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


##########
parquet/src/arrow/arrow_writer/mod.rs:
##########
@@ -437,6 +443,10 @@ 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(

Review Comment:
   I know I suggested deprecating this method 😞 , but after testing downstream 
with DataFusion I think we should not deprecate this method, for reasons listed 
on 
   - https://github.com/apache/arrow-rs/pull/8621



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