Skip to content

Commit c99f5dc

Browse files
committed
fix
1 parent 0b793ac commit c99f5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/types/chunk/src/scroll/witness.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ impl ChunkWitness {
131131
.collect();
132132
let compression_ratios = blocks
133133
.iter()
134-
.map(|block| block.compression_ratios())
134+
.map(|block| block.compression_infos())
135135
.collect();
136136

137137
Self {

0 commit comments

Comments
 (0)