adamreeve commented on issue #7629:
URL: https://github.com/apache/arrow-rs/issues/7629#issuecomment-2954961043

   Looking at this more closely, the problem is in 
`SerializedPageReader::get_next_page`, which doesn't handle encrypted pages 
when `self.state` is `SerializedPageReaderState::Pages`. An error is 
encountered when reading the page header here: 
https://github.com/apache/arrow-rs/blob/6a6c63123130f28c6f42544849bdebeb3e36531f/parquet/src/file/serialized_reader.rs#L884
   
   Looking at the surrounding code, `SerializedPageReaderState::peek_next_page` 
and `SerializedPageReaderState::skip_next_page` might also need to be updated 
to work with encrypted pages.


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