Skip to content

Commit 99039ef

Browse files
committed
Adapt estimate in test
1 parent 4fe130b commit 99039ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

datafusion/execution/src/cache/cache_unit.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ mod tests {
534534
num_rows: Precision::Absent,
535535
num_columns: 1,
536536
table_size_bytes: Precision::Absent,
537-
statistics_size_bytes: 72,
537+
statistics_size_bytes: 304,
538538
has_ordering: false,
539539
}
540540
),
@@ -545,7 +545,7 @@ mod tests {
545545
num_rows: Precision::Absent,
546546
num_columns: 1,
547547
table_size_bytes: Precision::Absent,
548-
statistics_size_bytes: 72,
548+
statistics_size_bytes: 304,
549549
has_ordering: true,
550550
}
551551
),

0 commit comments

Comments
 (0)