Skip to content

Commit 698bc14

Browse files
committed
fix doc
1 parent e88ae02 commit 698bc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/common/src/stats.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ impl Statistics {
660660
/// assert_eq!(merged.column_statistics[0].max_value,
661661
/// Precision::Exact(ScalarValue::from(200)));
662662
/// assert_eq!(merged.column_statistics[0].sum_value,
663-
/// Precision::Exact(ScalarValue::from(1500)));
663+
/// Precision::Exact(ScalarValue::Int64(Some(1500))));
664664
/// ```
665665
pub fn try_merge_iter<'a, I>(items: I, schema: &Schema) -> Result<Statistics>
666666
where

0 commit comments

Comments
 (0)