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 a39b2af commit 18feb8bCopy full SHA for 18feb8b
datafusion/datasource/src/file_groups.rs
@@ -86,8 +86,8 @@ use std::ops::{Index, IndexMut};
86
/// tuples must be preserved, multiple files can not be mixed in the same group.
87
///
88
/// 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.
+/// available empty groups, but the overall distribution may not be as even
+/// as if the order did not need to be preserved.
91
92
/// ```text
93
/// ┌ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ┐
0 commit comments