Skip to content

Commit

Permalink
docs: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Apr 30, 2024
1 parent 8f9c9d2 commit 9680027
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mito2/src/sst/parquet/partition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ use crate::sst::parquet::format::ReadFormat;
use crate::sst::parquet::reader::{RowGroupReader, RowGroupReaderBuilder, SimpleFilterContext};

/// A partition of a parquet SST. Now it is a row group.
/// We can read different partitions in parallel.
pub struct Partition {
/// Shared context.
context: PartitionContextRef,
Expand Down

0 comments on commit 9680027

Please sign in to comment.