tustvold commented on code in PR #4959:
URL: https://github.com/apache/arrow-rs/pull/4959#discussion_r1373182544


##########
arrow-schema/src/schema.rs:
##########
@@ -332,6 +332,30 @@ impl Schema {
                 .iter()
                 .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`]

Review Comment:
   ```suggestion
       /// Remove field by index and return it. Recommend to use 
[`SchemaBuilder`]
   ```
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to