houqp commented on a change in pull request #7252:
URL: https://github.com/apache/arrow/pull/7252#discussion_r432877858



##########
File path: rust/arrow/src/datatypes.rs
##########
@@ -1289,6 +1417,46 @@ impl Schema {
         Self { fields, metadata }
     }
 
+    pub fn try_merge(schemas: &Vec<Self>) -> Result<Self> {

Review comment:
       ha, good catch, i added a doc for this, but it was mistakenly added to 
Field's try_merge method. I have fixed and also added doc for Field's try_merge 
method as well.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to