devinjdangelo commented on code in PR #4859: URL: https://github.com/apache/arrow-rs/pull/4859#discussion_r1337886722
########## parquet/src/arrow/arrow_writer/mod.rs: ########## @@ -479,7 +511,7 @@ fn get_arrow_column_writer( } /// Write the leaves of `array` in depth-first order to `writers` with `levels` -fn write_leaves<'a, W>( +pub fn write_leaves<'a, W>( Review Comment: This is a good point. I did some refactoring and created an `ArrowColumnWriter::write` method that abstracts these low level implementation details for external users. -- 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]
