adriangb commented on code in PR #6319:
URL: https://github.com/apache/arrow-rs/pull/6319#discussion_r1735056465


##########
parquet/src/file/metadata/writer.rs:
##########
@@ -554,8 +583,8 @@ mod tests {
         assert_eq!(left.compressed_size(), right.compressed_size());
         assert_eq!(left.data_page_offset(), right.data_page_offset());
         assert_eq!(left.statistics(), right.statistics());
-        assert_eq!(left.offset_index_length(), right.offset_index_length());
-        assert_eq!(left.column_index_length(), right.column_index_length());
+        // assert_eq!(left.offset_index_length(), right.offset_index_length());
+        // assert_eq!(left.column_index_length(), right.column_index_length());

Review Comment:
   With just the changes to this file (so the new test data) this fails on 
`master` because of https://github.com/apache/arrow-rs/pull/6316/, so I 
commented it out for now and if:
   1. #6316 gets merged first I can rebase and re-enable the code
   2. If this gets merged first then #6316 can uncomment and re-enable this code



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