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


##########
arrow-schema/src/fields.rs:
##########
@@ -50,9 +50,13 @@ impl std::fmt::Debug for Fields {
 }
 
 impl Fields {
+    pub fn new(fields: Arc<Vec<FieldRef>>) -> Self {

Review Comment:
   We provide `From` implementations that would supercede this



-- 
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