Skip to content

Commit

Permalink
remove stale codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachelint authored and ShiKaiWi committed Aug 6, 2024
1 parent 5471ae8 commit 9a8674f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datafusion/core/src/datasource/statistics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ pub async fn get_statistics_with_limit(
// - neutral element for extreme points.
let size = file_schema.fields().len();
let mut col_stats_set = vec![ColumnStatistics::default(); size];
// let mut null_counts: Vec<Precision<usize>> = vec![Precision::Absent; size];
// let mut max_values: Vec<Precision<ScalarValue>> = vec![Precision::Absent; size];
// let mut min_values: Vec<Precision<ScalarValue>> = vec![Precision::Absent; size];
let mut num_rows = Precision::<usize>::Absent;
let mut total_byte_size = Precision::<usize>::Absent;

Expand Down

0 comments on commit 9a8674f

Please sign in to comment.