You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/14 08:06:18 UTC

[GitHub] [arrow-rs] liukun4515 commented on a diff in pull request #2044: Support peek_next_page() and skip_next_page in serialized_reader.

liukun4515 commented on code in PR #2044:
URL: https://github.com/apache/arrow-rs/pull/2044#discussion_r920874239


##########
parquet/src/file/serialized_reader.rs:
##########
@@ -481,6 +513,18 @@ pub struct SerializedPageReader<T: Read> {
 
     // Column chunk type.
     physical_type: Type,
+    // //Page offset index.

Review Comment:
   Do you want to remove these lines?



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org