Skip to content

[C#] MapArray doesn't override Accept(IArrowArrayVisitor) #40788

@adamreeve

Description

@adamreeve

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#

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions