This is an automated email from the ASF dual-hosted git repository.

etseidl pushed a commit to branch gh5854_thrift_remodel
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git

commit 64a59c3bffe43f3f20c4e32334baf1920d3cb0e4
Author: Ed Seidl <[email protected]>
AuthorDate: Mon Sep 8 16:14:29 2025 -0700

    finish merge
---
 parquet/tests/arrow_reader/io/mod.rs | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/parquet/tests/arrow_reader/io/mod.rs 
b/parquet/tests/arrow_reader/io/mod.rs
index bfdb9467e2..749d075d71 100644
--- a/parquet/tests/arrow_reader/io/mod.rs
+++ b/parquet/tests/arrow_reader/io/mod.rs
@@ -287,10 +287,7 @@ impl TestRowGroups {
                     .map(|(col_idx, col_meta)| {
                         let column_name = 
col_meta.column_descr().name().to_string();
                         let page_locations = offset_index[rg_index][col_idx]
-                            .page_locations()
-                            .iter()
-                            .map(parquet::format::PageLocation::from)
-                            .collect();
+                            .page_locations().to_vec();
                         let dictionary_page_location = 
col_meta.dictionary_page_offset();
 
                         // We can find the byte range of the entire column 
chunk

Reply via email to