tustvold commented on code in PR #4859:
URL: https://github.com/apache/arrow-rs/pull/4859#discussion_r1337497127


##########
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:
   Is there some way we could avoid making this and the accompanying LevelInfo 
structures public? I'm not really sure we want to make a hard API commitment to 
not changing them...



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