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



##########
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:
       @tustvold I'd like to use 'decoding' as well, it makes it really easy to 
decode RLE encoded pages I get from a column page reader.




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