viirya commented on code in PR #2024:
URL: https://github.com/apache/arrow-rs/pull/2024#discussion_r916264409
##########
arrow/src/datatypes/field.rs:
##########
@@ -144,19 +145,62 @@ impl Field {
&self.name
}
- /// Returns an immutable reference to the `Field`'s data-type.
+ /// Set the name of the [`Field`].
Review Comment:
nit: like `with_metadata`:
```suggestion
/// Set the name of the [`Field`] and returns self.
```
--
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]