You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/16 17:22:03 UTC

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #2090: Remove doc hidden from GenericColumnReader

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org