zeroshade commented on code in PR #34748:
URL: https://github.com/apache/arrow/pull/34748#discussion_r1152373736


##########
go/arrow/schema.go:
##########
@@ -222,6 +222,18 @@ func (sc *Schema) Equal(o *Schema) bool {
        return true
 }
 
+func (s *Schema) AddField(i int, field Field) (*Schema, error) {

Review Comment:
   Like with the table, would `InsertField` be a better name? Personally I see 
`Add` and immediately think of adding to the end rather than inserting.



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