tustvold commented on code in PR #3028:
URL: https://github.com/apache/arrow-rs/pull/3028#discussion_r1018633121


##########
parquet/src/column/reader.rs:
##########
@@ -515,6 +515,7 @@ where
     /// If the current page is fully decoded, this will NOT load the next page
     /// into the buffer
     #[inline]
+    #[cfg(feature = "arrow")]
     pub(crate) fn peek_next(&mut self) -> Result<bool> {

Review Comment:
   These changes were necessary to placate clippy as they aren't currently used 
by anything outside the arrow module



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