Skip to content

Commit

Permalink
chore: remove the log about if histogram exists (#16303)
Browse files Browse the repository at this point in the history
  • Loading branch information
xudong963 authored Aug 21, 2024
1 parent 501f706 commit 38cfe76
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ impl CollectStatisticsOptimizer {
column_stats.insert(*column_index, col_stat.cloned());
let histogram =
column_statistics_provider.histogram(col_id as ColumnId);
if histogram.is_none() {
info!("column {} doesn't have accurate histogram", col_id);
}
histograms.insert(*column_index, histogram);
}
}
Expand Down

0 comments on commit 38cfe76

Please sign in to comment.