Dandandan commented on code in PR #9303:
URL: https://github.com/apache/arrow-rs/pull/9303#discussion_r2749484788


##########
parquet/src/file/page_index/column_index.rs:
##########
@@ -191,10 +191,17 @@ impl<T> PrimitiveColumnIndex<T> {
             }
         })
     }
+    /// Returns the null pages.
+    ///
+    /// Values may be `None` when [`ColumnIndex::is_null_page()`] is `true`.

Review Comment:
   Perhaps - although I think here we ideally leave the original in place and 
copy it (or avoid the copy altogether by returning vec/iterator prefarably...)



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