adamreeve opened a new issue, #40788: URL: https://github.com/apache/arrow/issues/40788
### Describe the bug, including details regarding any error messages, version, and platform. The `MapArray` class doesn't override the `Accept` method, so implementing `IArrowArrayVisitor<MapArray>` doesn't work as expected. If the visitor also implements `IArrowArrayVisitor<ListArray>` then this implementation will be used, otherwise the base `IArrowArrayVisitor.Visit(IArrowArray)` method is called. ### Component(s) C# -- 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]
