yevgenypats commented on issue #34292: URL: https://github.com/apache/arrow/issues/34292#issuecomment-1446653210
Maybe I missed something but it didn't work for me as it always went ahead and used the underlying storage `getOneForMarshal`. For example [here](https://github.com/apache/arrow/blob/main/go/arrow/array/util.go#L231) it calls `getOneForMarshal` which cannot be implemented by an extension type (I think). -- 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]
