Skip to content

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

@chernser

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.

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