Skip to content

Commit 18feb8b

Browse files
authored
Minor: fix doc for FileGroupPartitioner (#15448)
1 parent a39b2af commit 18feb8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/datasource/src/file_groups.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ use std::ops::{Index, IndexMut};
8686
/// tuples must be preserved, multiple files can not be mixed in the same group.
8787
///
8888
/// In this case, the code will split the largest files evenly into any
89-
/// available empty groups, but the overall distribution may not not be as even
90-
/// as as even as if the order did not need to be preserved.
89+
/// available empty groups, but the overall distribution may not be as even
90+
/// as if the order did not need to be preserved.
9191
///
9292
/// ```text
9393
/// ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐

0 commit comments

Comments
 (0)