We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d7f3f commit 4ebac68Copy full SHA for 4ebac68
1 file changed
datafusion/datasource/src/table_schema.rs
@@ -276,7 +276,7 @@ mod tests {
276
277
#[test]
278
fn test_with_table_partition_cols_after_clone_does_not_panic() {
279
- // `TableSchema` is cheaply clonable because its partition columns are
+ // `TableSchema` is cheaply cloneable because its partition columns are
280
// stored behind an `Arc`. Appending more partition columns to a clone
281
// must not panic just because the `Arc` is shared, and must not mutate
282
// the other clone (copy-on-write isolation).
0 commit comments