walterschell opened a new issue, #777: URL: https://github.com/apache/arrow-go/issues/777
### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow-go/blob/c5f0943277155a00439e082cbe3a44af84ea4f46/arrow/avro/schema.go#L142 Only processes simple nullable unions and does not process complex unions, but silently ignores them. Expectation: 1. Limitation to simple nullables is documented 2. By default, schema with complex unions errors out during conversion unless an optional flag to override this behavior and drop complex union types is passed. ### Component(s) Other -- 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]
