Skip to content

Commit

Permalink
break semver
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklan committed Oct 9, 2024
1 parent f485466 commit d0faa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/engine/default/parquet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl<E: TaskExecutor> DefaultParquetHandler<E> {
/// Max number of batches to read ahead while executing [Self::read_parquet_files()].
///
/// Defaults to 10.
pub fn with_readahead(mut self, readahead: usize) -> Self {
pub fn with_readahead_x(mut self, readahead: usize) -> Self {
self.readahead = readahead;
self
}
Expand Down

0 comments on commit d0faa40

Please sign in to comment.