adamreeve opened a new pull request, #8582: URL: https://github.com/apache/arrow-rs/pull/8582
# Which issue does this PR close? - Closes #8389. # Rationale for this change Simplify API surface and only provide one way to write column chunks and row groups in parallel. # What changes are included in this PR? * Make `ArrowRowGroupWriterFactory` constructor public and simplify it to remove arguments that are available from the `SerializedFileWriter`. * Update `ArrowColumnWriter` example and test code to use the `ArrowRowGroupWriterFactory`. * Deprecate `parquet::arrow::arrow_writer::get_column_writers` and `parquet::arrow::arrow_writer::ArrowWriter::into_serialized_writer` # Are these changes tested? Yes, covered by existing tests. # Are there any user-facing changes? Yes, this deprecates existing public methods. -- 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]
