Skip to content

Commit

Permalink
chore: be less verbose about zorder
Browse files Browse the repository at this point in the history
Ooops this fell through

Fixes #2962

Signed-off-by: R. Tyler Croy <[email protected]>
  • Loading branch information
rtyler committed Oct 25, 2024
1 parent a13cb71 commit bd7dc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/operations/optimize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ fn build_zorder_plan(
.or_insert_with(|| (partition_values, MergeBin::new()))
.1
.add(object_meta);
error!("partition_files inside the zorder plan: {partition_files:?}");
debug!("partition_files inside the zorder plan: {partition_files:?}");
}

let operation = OptimizeOperations::ZOrder(zorder_columns, partition_files);
Expand Down

0 comments on commit bd7dc5c

Please sign in to comment.