We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13cb71 commit bd7dc5cCopy full SHA for bd7dc5c
crates/core/src/operations/optimize.rs
@@ -1054,7 +1054,7 @@ fn build_zorder_plan(
1054
.or_insert_with(|| (partition_values, MergeBin::new()))
1055
.1
1056
.add(object_meta);
1057
- error!("partition_files inside the zorder plan: {partition_files:?}");
+ debug!("partition_files inside the zorder plan: {partition_files:?}");
1058
}
1059
1060
let operation = OptimizeOperations::ZOrder(zorder_columns, partition_files);
0 commit comments