Skip to content

Commit

Permalink
Fix linting / build on main (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-its authored Jul 4, 2022
1 parent 5e059de commit 0284cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/writer/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ fn min_max_values_from_file_metadata(
.filter_map(|g| g.column(i).statistics())
.collect();

let _ = apply_min_max_for_column(
apply_min_max_for_column(
statistics.as_slice(),
column_descr.clone(),
column_path_parts,
Expand Down

0 comments on commit 0284cd1

Please sign in to comment.