alamb commented on code in PR #8756:
URL: https://github.com/apache/arrow-rs/pull/8756#discussion_r2482507392


##########
parquet/src/file/serialized_reader.rs:
##########
@@ -471,6 +455,47 @@ pub(crate) fn decode_page(
     Ok(result)
 }
 
+/// Decompressed the specified buffer, starting from the specified offset, 
using
+/// the provided decompressor if available and applicable. If the buffer is not
+/// compressed, it will be returned as is.

Review Comment:
   I actually also do not know what decompressed_size really means -- you are 
probably right. I will research it more carefully



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