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


##########
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:
   Hmm, is `peek_next` optional? It is used by some APIs like `skip_records`. 
If `arrow` is not enabled, what would happen?



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