Skip to content

Commit 191723f

Browse files
g-talbotclaude
andcommitted
fix: rustfmt nightly comment wrapping and import ordering
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6a8d88b commit 191723f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

quickwit/quickwit-parquet-engine/src/merge/policy/const_write_amplification.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
//!
2424
//! 1. Separate mature splits from immature.
2525
//! 2. Group immature splits by `num_merge_ops` (the merge level).
26-
//! 3. Within each level, sort by creation time (oldest first) and greedily
27-
//! accumulate splits until `merge_factor` or `target_split_size_bytes`.
26+
//! 3. Within each level, sort by creation time (oldest first) and greedily accumulate splits until
27+
//! `merge_factor` or `target_split_size_bytes`.
2828
//! 4. Each merge operation contains splits from exactly one level.
2929
//!
3030
//! This bounds write amplification: each byte is rewritten at most

quickwit/quickwit-parquet-engine/src/merge/policy/scope.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,8 @@ pub fn group_by_compaction_scope(
8383

8484
#[cfg(test)]
8585
mod tests {
86-
use crate::split::{ParquetSplitId, ParquetSplitKind, ParquetSplitMetadata, TimeRange};
87-
8886
use super::*;
87+
use crate::split::{ParquetSplitId, ParquetSplitKind, ParquetSplitMetadata, TimeRange};
8988

9089
/// Build a test split with the given scope fields.
9190
fn test_split(

0 commit comments

Comments
 (0)