Skip to content

Commit 1df3f32

Browse files
alambNGA-TRAN
andauthored
Update datafusion/src/physical_optimizer/pruning.rs
Co-authored-by: Nga Tran <nga-tran@live.com>
1 parent 3e0e258 commit 1df3f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/src/physical_optimizer/pruning.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ use crate::{
5959
///
6060
/// ```text
6161
/// min_values("a") -> Some([5, Null, 20])
62-
/// max_values("a") -> Some([20, Null, 30])
62+
/// max_values("a") -> Some([10, Null, 30])
6363
/// min_values("some_other_column") -> None
6464
/// ```
6565
pub trait PruningStatistics {

0 commit comments

Comments
 (0)