tustvold commented on code in PR #4151:
URL: https://github.com/apache/arrow-rs/pull/4151#discussion_r1180235204
##########
parquet/src/file/page_index/index_reader.rs:
##########
@@ -24,9 +24,21 @@ use crate::file::metadata::ColumnChunkMetaData;
use crate::file::page_index::index::{Index, NativeIndex};
use crate::file::reader::ChunkReader;
use crate::format::{ColumnIndex, OffsetIndex, PageLocation};
-use std::io::{Cursor, Read};
+use std::io::Cursor;
+use std::ops::Range;
use thrift::protocol::{TCompactInputProtocol, TSerializable};
+/// Computes the aggregate range of two optional ranges
Review Comment:
Tried to clarify in
https://github.com/apache/arrow-rs/pull/4151/commits/3809a4d33e704536e41fd62d8656b6ed0afe7560
--
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]