tustvold commented on code in PR #2529: URL: https://github.com/apache/arrow-rs/pull/2529#discussion_r950329728
########## parquet/src/arrow/mod.rs: ########## @@ -122,7 +122,7 @@ experimental!(mod array_reader); pub mod arrow_reader; pub mod arrow_writer; -mod buffer; +experimental!(mod buffer); Review Comment: Can we avoid this, `experimental`, I really don't want `buffer` exposed externally -- 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]
