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

Adds InputTableService support for blink tables #4934

Merged
merged 5 commits into from
Dec 14, 2023

Conversation

devinrsmith
Copy link
Member

@devinrsmith devinrsmith commented Dec 11, 2023

This adds TablePublisher#inputTable, which adds a very simple InputTableUpdater implementation to the blink table.

Also, some further simplifications in the spirit of #4923: InputTableUpdater#getDescription, InputTableUpdater#getTable, and InputTableUpdater#canEdit were removed due to no usages.

Fixes #4915

This adds `TablePublisher#inputTable`, which adds a very simple InputTableUpdater implementation to the blink table.

Also, some further simplifications in the spirit of deephaven#4923: `InputTableUpdater#getDescription`, `InputTableUpdater#getTable`, and `InputTableUpdater#canEdit` were removed to due no usages.

Fixes deephaven#4915
chipkent
chipkent previously approved these changes Dec 13, 2023
Copy link
Member

@chipkent chipkent left a comment

Choose a reason for hiding this comment

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

Python looks fine.

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.

We want to update InputTableUpdater.add to explain that the semantics of "added" are implementation defined.

Also, updates InputTableService to use async methods.
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.

.

@devinrsmith devinrsmith enabled auto-merge (squash) December 13, 2023 23:58
@devinrsmith devinrsmith merged commit 0d8eba3 into deephaven:main Dec 14, 2023
18 checks passed
@devinrsmith devinrsmith deleted the blink-input-table branch December 14, 2023 00:23
@github-actions github-actions bot locked and limited conversation to collaborators Dec 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

InputTableService support for blink tables
3 participants