pitrou commented on code in PR #14223:
URL: https://github.com/apache/arrow/pull/14223#discussion_r1092177294


##########
go/arrow/ipc/writer.go:
##########
@@ -709,6 +709,21 @@ func (w *recordEncoder) visit(p *Payload, arr arrow.Array) 
error {
                }
                w.depth++
 
+       case *arrow.RunEndEncodedType:
+               arr := arr.(*array.RunEndEncoded)
+               w.depth--
+               child := arr.LogicalRunEndsArray(w.mem)

Review Comment:
   So this can create a new array if the offset is non-zero?



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