mbrobbel commented on code in PR #7818: URL: https://github.com/apache/arrow-rs/pull/7818#discussion_r2204519641
########## parquet/src/file/properties.rs: ########## @@ -457,7 +457,7 @@ pub struct WriterPropertiesBuilder { impl WriterPropertiesBuilder { /// Returns default state of the builder. - fn with_defaults() -> Self { + pub fn with_defaults() -> Self { Review Comment: Or `impl Default for WriterPropertiesBuilder`? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org