We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27cdc22 commit 5094e27Copy full SHA for 5094e27
datafusion/common/src/pruning.rs
@@ -564,7 +564,7 @@ mod tests {
564
Statistics::default()
565
.add_column_statistics(
566
ColumnStatistics::new_unknown()
567
- .with_min_value(Precision::Exact(ScalarValue::Int32(Some(0))))
+ .with_min_value(Precision::Exact(ScalarValue::from(0i32))
568
.with_max_value(Precision::Exact(ScalarValue::Int32(Some(
569
100,
570
))))
0 commit comments