We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a157f commit e9635b8Copy full SHA for e9635b8
1 file changed
datafusion/execution/src/cache/cache_unit.rs
@@ -534,7 +534,7 @@ mod tests {
534
num_rows: Precision::Absent,
535
num_columns: 1,
536
table_size_bytes: Precision::Absent,
537
- statistics_size_bytes: 72,
+ statistics_size_bytes: 304,
538
has_ordering: false,
539
}
540
),
@@ -545,7 +545,7 @@ mod tests {
545
546
547
548
549
has_ordering: true,
550
551
0 commit comments