Skip to content

Commit bd7dc5c

Browse files
committed
chore: be less verbose about zorder
Ooops this fell through Fixes #2962 Signed-off-by: R. Tyler Croy <[email protected]>
1 parent a13cb71 commit bd7dc5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/operations/optimize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ fn build_zorder_plan(
10541054
.or_insert_with(|| (partition_values, MergeBin::new()))
10551055
.1
10561056
.add(object_meta);
1057-
error!("partition_files inside the zorder plan: {partition_files:?}");
1057+
debug!("partition_files inside the zorder plan: {partition_files:?}");
10581058
}
10591059

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

0 commit comments

Comments
 (0)