Skip to content

[client-v2, jdbc-v2] Converting multi-dimensional list to array fails #2741

Description

@chernser

Description

While converting multi-dimensional list to array fails.

How to reproduce:

  1. Read 3 dimensional array like Array(Array(Array(String)))
  2. Try to read value as list

The problem is that child array is created with wrong dimension and cannot be added to parent.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions