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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]