Skip to content

Commit

Permalink
chore: make part builder private
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed May 23, 2024
1 parent 2f0c265 commit 2d32e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mito2/src/read/unordered_scan.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ struct Metrics {

/// Builds [ScanPart]s without preserving order.
#[derive(Default)]
pub(crate) struct UnorderedPartBuilder {
struct UnorderedPartBuilder {
parallelism: usize,
file_ranges: Vec<FileRange>,
}
Expand Down

0 comments on commit 2d32e74

Please sign in to comment.