Jefffrey commented on code in PR #10821:
URL: https://github.com/apache/arrow-rs/pull/10821#discussion_r3889589102
##########
parquet/src/file/serialized_reader.rs:
##########
@@ -690,6 +693,7 @@ impl<R: ChunkReader> SerializedPageReader<R> {
decompressor,
state,
physical_type: meta.column_type(),
+ column_uncompressed_size: meta.uncompressed_size(),
Review Comment:
having a stricter check here per this PR can have some value, but yes it
does still leave a potential loophole via the uncompressed size field if we're
aiming to fully close the loophole 🤔
--
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]