liukun4515 commented on code in PR #2529:
URL: https://github.com/apache/arrow-rs/pull/2529#discussion_r950338524


##########
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 your refactor https://github.com/apache/arrow-rs/pull/2528, I think we 
can use some public api like `read_array_reader` to create the reader in the 
benchmark



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