nevi-me commented on a change in pull request #7252:
URL: https://github.com/apache/arrow/pull/7252#discussion_r432873310



##########
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:
       May you please add a doc for 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.

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


Reply via email to