abandy opened a new issue, #42041: URL: https://github.com/apache/arrow/issues/42041
### Describe the bug, including details regarding any error messages, version, and platform. When a nullable type is being decoded (String?, Int8?, Int32?...) the doDecode check will always return nil as nullable type is not convertible to a non null type (Int8? != Int8). Adding IsNull methods to the decoder class to resolve this issue. ### Component(s) Swift -- 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]
