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 DoPut support. Fixes #1124. #1366

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

devinrsmith
Copy link
Member

The end-user interface looks like:

try (
    final TableHandle sourceHandle = flight.session().execute(table());
    final FlightStream doGet = flight.stream(sourceHandle);
    final TableHandle destHandle = flight.put(doGet)) {
  // Use your destHandle now!
}

Copy link
Member

@nbauernfeind nbauernfeind left a comment

Choose a reason for hiding this comment

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

LGTM

@devinrsmith devinrsmith merged commit ba554f7 into deephaven:main Sep 30, 2021
@devinrsmith devinrsmith deleted the java-client-do-put branch September 30, 2021 15:26
@github-actions github-actions bot locked and limited conversation to collaborators Sep 30, 2021
@devinrsmith devinrsmith added the feature request New feature or request label Oct 1, 2021
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.

2 participants