AnatolyRugalev opened a new pull request, #340:
URL: https://github.com/apache/arrow-go/pull/340

   ### Rationale for this change
   
   `StructType` contains private `meta Metadata` field, which is not exported 
and only used in tests. Analogous to `Schema` and `Field` structs, I want to 
keep metadata of `StructType`, and it seems that it being not export is an 
oversight.
   
   ### What changes are included in this PR?
   
   * Add `StructType.Metadata` method
   * Add `StructOfWithMetadata` method
   * Rewire `StructOf` to call `StructOfWithMetadata` with empty metadata struct
   
   ### Are these changes tested?
   
   Yes
   
   ### Are there any user-facing changes?
   
   Yes


-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to