Ted-Jiang commented on code in PR #2849: URL: https://github.com/apache/arrow-rs/pull/2849#discussion_r990618990
########## parquet/src/file/page_index/index.rs: ########## @@ -63,6 +64,29 @@ pub enum Index { FIXED_LEN_BYTE_ARRAY(ByteArrayIndex), } +impl Index { + /// Return min/max elements inside ColumnIndex are ordered or not. + pub fn is_sorted(&self) -> bool { + match self { Review Comment: @tustvold still need approve Ci -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org