We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c3260 commit 1875e95Copy full SHA for 1875e95
rust/lance/src/index/vector/ivf/builder.rs
@@ -29,7 +29,7 @@ use super::io::write_hnsw_quantization_index_partitions;
29
///
30
31
#[allow(clippy::too_many_arguments)]
32
-#[instrument(level = "debug", skip(writer, data, ivf, pq))]
+#[instrument(level = "debug", skip_all)]
33
pub(super) async fn build_partitions(
34
writer: &mut dyn Writer,
35
data: impl RecordBatchStream + Unpin + 'static,
0 commit comments