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#