Skip to content

Commit

Permalink
provide bloom filter index size hint
Browse files Browse the repository at this point in the history
Signed-off-by: Ruihang Xia <[email protected]>
  • Loading branch information
waynexia committed Dec 25, 2024
1 parent ebfc3d7 commit 9008990
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/mito2/src/sst/parquet/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -637,10 +637,11 @@ impl ParquetReaderBuilder {
return false;
}

let file_size_hint = self.file_handle.meta_ref().bloom_filter_index_size();
match index_applier
.apply(
self.file_handle.file_id(),
None,
file_size_hint,
parquet_meta.row_groups(),
output,
)
Expand Down

0 comments on commit 9008990

Please sign in to comment.