Skip to content

Remove ComplexObjectArrayReader #1661

@tustvold

Description

@tustvold

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

The ComplexObjectArrayReader logic has mostly been replaced by the likes of #1040 #1082 #1180, and is now only used for

  • Tests
  • Int96, Decimal, Interval, FixedLenByteArray

Describe the solution you'd like

It would be nice to move this logic into one or two dedicated ArrayReader implementations, this will not only significantly improve performance for these types, but also allow removing code.

Describe alternatives you've considered

We could not do this

Additional context

The module is marked experimental and so this would not constitute a breaking change

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAny new improvement worthy of a entry in the changelog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions