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


##########
parquet/src/arrow/arrow_writer/mod.rs:
##########
@@ -872,6 +872,11 @@ impl ArrowColumnWriter {
 }
 
 /// Encodes [`RecordBatch`] to a parquet row group
+///
+/// You can create this structure via an [`ArrowRowGroupWriterFactory`]
+///
+/// See the example on [`ArrowColumnWriter`] for how to encode columns in 
parallel

Review Comment:
   Thanks -- I tried to improve the comments in 619210d93b



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