liukun4515 commented on code in PR #2529: URL: https://github.com/apache/arrow-rs/pull/2529#discussion_r950351178
########## 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: After remove https://github.com/apache/arrow-rs/pull/2529#discussion_r950330507 from your suggestion, we can avoid using the buffer crate in benchmark code -- 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]
