You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/09 13:34:23 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #1827: Refactor parquet::arrow module

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org