Skip to content

java-client Should Support ColumnHeader of any Primitive Array Type #4721

@nbauernfeind

Description

@nbauernfeind

Currently the java-client only supports byte[] in the category of primitive arrays. This was implemented by a user in #4507.

The server-side, barrage-java-client, and flight-only client, each support arrays of all primitive types. They support arbitrarily nested arrays of primitives (e.g. int[][][]).

The java-client should support all primitive array types and nested primitive arrays. See the UnsupportedOperationException from here: https://github.com/deephaven/deephaven-core/blob/main/java-client/flight/src/main/java/io/deephaven/client/impl/FieldAdapter.java#L135

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions