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/02/04 20:10:22 UTC

[GitHub] [arrow-rs] tustvold commented on a change in pull request #1271: Make rle decoder public

tustvold commented on a change in pull request #1271:
URL: https://github.com/apache/arrow-rs/pull/1271#discussion_r799776719



##########
File path: parquet/src/encodings/mod.rs
##########
@@ -18,4 +18,4 @@
 pub mod decoding;
 pub mod encoding;
 pub mod levels;
-pub(crate) mod rle;
+pub mod rle;

Review comment:
       Perhaps if you're only interested in `rle` we could make the above modules `pub(crate)`?




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