We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88ae02 commit 698bc14Copy full SHA for 698bc14
datafusion/common/src/stats.rs
@@ -660,7 +660,7 @@ impl Statistics {
660
/// assert_eq!(merged.column_statistics[0].max_value,
661
/// Precision::Exact(ScalarValue::from(200)));
662
/// assert_eq!(merged.column_statistics[0].sum_value,
663
- /// Precision::Exact(ScalarValue::from(1500)));
+ /// Precision::Exact(ScalarValue::Int64(Some(1500))));
664
/// ```
665
pub fn try_merge_iter<'a, I>(items: I, schema: &Schema) -> Result<Statistics>
666
where
0 commit comments