Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add java-client support for primitive array types #5494

Merged

Conversation

devinrsmith
Copy link
Member

This is a quick pass at adding support for sending primitive typed arrays with the java client. A more thorough (and dense) recursive solution was initially created, but this was a more explicit version created for expediency.

The better solution can come at a later date. Ideally, we'd also add integration tests. In lieu of that, a new example utility that demonstrates all of the types was created.

Fixes #4721

This is a quick pass at adding support for sending primitive typed arrays with the java client. A more thorough (and dense) recursive solution was initially created, but this was a more explicit version created for expediency.

The better solution can come at a later date. Ideally, we'd also add integration tests. In lieu of that, a new example utility that demonstrates all of the types was created.

Fixes deephaven#4721
Copy link
Member

@rcaudy rcaudy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm caught up. I'm happy if Nate says this is correct.

@devinrsmith devinrsmith enabled auto-merge (squash) May 17, 2024 21:11
@devinrsmith devinrsmith merged commit b180263 into deephaven:main May 17, 2024
14 checks passed
@devinrsmith devinrsmith deleted the java-client-primitive-array-types branch May 17, 2024 21:24
@github-actions github-actions bot locked and limited conversation to collaborators May 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

java-client Should Support ColumnHeader of any Primitive Array Type
3 participants