yevgenypats commented on code in PR #34854:
URL: https://github.com/apache/arrow/pull/34854#discussion_r1160741537


##########
go/arrow/array/record.go:
##########
@@ -180,6 +179,14 @@ func (rec *simpleRecord) SetColumn(i int, arr arrow.Array) 
(arrow.Record, error)
        return NewRecord(rec.schema, arrs, rec.rows), nil
 }
 
+func (rec *simpleRecord) TotalBufferSize() uint64 {

Review Comment:
   I removed this method as we can't add it to the interface given it will 
cause the cyclical loop



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