Skip to content
Closed
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix example
  • Loading branch information
alamb committed May 24, 2021
commit b962efe0e5df5b5afdb0ffde04e64f652b7f7d5f
2 changes: 1 addition & 1 deletion datafusion/src/physical_optimizer/pruning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ impl PruningPredicate {
/// ```text
/// s1_min | s2_maxx
/// -------+--------
/// 5 | 10
/// 5 | 1000
/// ```
fn build_statistics_record_batch<S: PruningStatistics>(
statistics: &[S],
Expand Down