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


##########
parquet/src/arrow/record_reader/mod.rs:
##########
@@ -45,7 +45,6 @@ pub(crate) const MIN_BATCH_SIZE: usize = 1024;
 pub type RecordReader<T> =
     GenericRecordReader<ScalarBuffer<<T as DataType>::T>, 
ColumnValueDecoderImpl<T>>;
 
-#[doc(hidden)]

Review Comment:
   Drive by cleanup, this module is private and so there is no user-facing 
change



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