Skip to content

Commit

Permalink
Update doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Jan 20, 2022
1 parent f8b5cd8 commit 93c8dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet/src/arrow/array_reader/byte_array_dictionary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ macro_rules! make_reader {
/// * A column chunk contains non-dictionary encoded pages
///
/// It is therefore recommended that if `pages` contains data from multiple column chunks,
/// that the batch size used is a divisor of the row group size
/// that the read batch size used is a divisor of the row group size
///
pub fn make_byte_array_dictionary_reader(
pages: Box<dyn PageIterator>,
Expand Down

0 comments on commit 93c8dd3

Please sign in to comment.