yevgenypats commented on issue #34292: URL: https://github.com/apache/arrow/issues/34292#issuecomment-1448695539
It seems reasonable but I guess I still miss something in the code flow, if you can direct me. Let's take [FromJSON](https://github.com/apache/arrow/blob/main/go/arrow/array/util.go#L124) This calls [bldr.unmarshal](https://github.com/apache/arrow/blob/main/go/arrow/array/util.go#L164) which just calls an internal `unmarshal` method that for the extension case just calls the underlying private [unmarshal](https://github.com/apache/arrow/blob/main/go/arrow/array/extension.go#L228) method which we don't have control on. So the question is, do I need to change how `FromJSON` works, should we add more capabilities to every builder. This is where Im mostly stuck at the moment. -- 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]
