etseidl commented on code in PR #7633:
URL: https://github.com/apache/arrow-rs/pull/7633#discussion_r2138820660


##########
parquet/src/file/serialized_reader.rs:
##########
@@ -651,6 +582,8 @@ impl<R: ChunkReader> SerializedPageReader<R> {
 
         let state = match page_locations {
             Some(locations) => {
+                // If the offset of the first page doesn't match the start of 
the column chunk
+                // then the preceding space must contain a dictionary page.

Review Comment:
   ❤️ 



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