wiedld opened a new pull request, #6916: URL: https://github.com/apache/arrow-rs/pull/6916
# Which issue does this PR close? Addresses need [noted here in Datafusion](https://github.com/apache/datafusion/pull/13866#discussion_r1894526006), by making two methods public. # Rationale for this change When writing parquet with the [ArrowWriter](https://docs.rs/parquet/53.3.0/parquet/arrow/arrow_writer/struct.ArrowWriter.html), the default behavior will [encode the arrow schema in the parquet kv_metadata](https://github.com/apache/arrow-rs/blob/2905ce6796cad396241fc50164970dbf1237440a/parquet/src/arrow/arrow_writer/mod.rs#L188-L190). Other libraries may have their own parquet writers, such as Datafusion's ParquetSink, which will need to do the same operation in order to produce equivalent parquet (see [DF issue](https://github.com/apache/datafusion/issues/11770)). # What changes are included in this PR? Make two existing methods public. # Are there any user-facing changes? Exposes 2 existing 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]
