Skip to content

Commit 4ebac68

Browse files
Dandandanadriangb
authored andcommitted
Fix comment typo in test for TableSchema cloning
1 parent e6d7f3f commit 4ebac68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/datasource/src/table_schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ mod tests {
276276

277277
#[test]
278278
fn test_with_table_partition_cols_after_clone_does_not_panic() {
279-
// `TableSchema` is cheaply clonable because its partition columns are
279+
// `TableSchema` is cheaply cloneable because its partition columns are
280280
// stored behind an `Arc`. Appending more partition columns to a clone
281281
// must not panic just because the `Arc` is shared, and must not mutate
282282
// the other clone (copy-on-write isolation).

0 commit comments

Comments
 (0)