Skip to content

Commit

Permalink
Update arrow-schema/src/schema.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Raphael Taylor-Davies <[email protected]>
  • Loading branch information
Folyd and tustvold authored Oct 26, 2023
1 parent e8feee3 commit be0fd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-schema/src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ impl Schema {
.all(|(k, v1)| self.metadata.get(k).map(|v2| v1 == v2).unwrap_or_default())
}

/// Remove field by name and return it. Recommend to use [`SchemaBuilder`]
/// Remove field by index and return it. Recommend to use [`SchemaBuilder`]
/// if you are looking to remove multiple columns, as this will save allocations.
///
/// # Panic
Expand Down

0 comments on commit be0fd6b

Please sign in to comment.