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


##########
parquet/src/arrow/mod.rs:
##########
@@ -122,14 +122,12 @@
 experimental_mod!(array_reader);
 pub mod arrow_reader;
 pub mod arrow_writer;
-mod bit_util;
+mod buffer;
 
 #[cfg(feature = "async")]
 pub mod async_reader;
 
-experimental_mod!(converter);

Review Comment:
   This module is slated for eventual removal as part of #1661 
   
   It is marked experimental so hiding it from the public API is not a breaking 
change



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