Skip to content

Commit

Permalink
address CR.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint committed Dec 13, 2022
1 parent 513ce01 commit 21b1c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analytic_engine/src/sst/parquet/async_reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ impl<'a> Reader<'a> {
&meta_data.custom().bloom_filter,
)?;

debug!(
info!(
"fetch_record_batch row_groups total:{}, after filter:{}, row_group_num_per_reader:{}",
meta_data.parquet().num_row_groups(),
filtered_row_groups.len(),
Expand Down

0 comments on commit 21b1c66

Please sign in to comment.