Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/core/src/table/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,8 @@ impl Table {
/// Snapshot streams batches as they are read from each file slice. Incremental
/// streaming is not yet supported and returns an `Unsupported` error.
///
/// For MOR tables with log files, streaming falls back to a collect-and-merge that
/// yields the merged result as a single batch.
/// For MOR file slices with log files, streaming falls back to a collect-and-merge
/// that yields that file slice's merged result as a single batch.
///
/// # Example
/// ```ignore
Expand Down
Loading
Loading