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


##########
go/arrow/array/table.go:
##########
@@ -198,6 +198,26 @@ func NewTableFromRecords(schema *arrow.Schema, recs 
[]arrow.Record) *simpleTable
 }
 
 func (tbl *simpleTable) Schema() *arrow.Schema      { return tbl.schema }
+
+func (tbl *simpleTable) AddColumn(i int, field arrow.Field, column 
arrow.Column) (*simpleTable, error) {

Review Comment:
   This needs to get added to the Table interface in `arrow.Table` along with 
an appropriate docstring comment.



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