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

LazyUpdateTable #2699

Merged
merged 3 commits into from
Jul 29, 2022
Merged

Conversation

devinrsmith
Copy link
Member

Partial #711

@@ -51,8 +51,13 @@ public TableSpec apply(TableSpec spec, String[] formulas) {
public TableSpec apply(TableSpec spec, String[] formulas) {
return spec.select(formulas);
}
},
LAZY_UPDATE {
Copy link
Member

Choose a reason for hiding this comment

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

This creates a conflict with your other PR, but you probably know that.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep. I'm hoping to get #2635 merged in first, will fix conflicts here.

@@ -166,6 +166,12 @@

// -------------------------------------------------------------------------------------------

TOPS lazyUpdate(String... columns);
Copy link
Member

Choose a reason for hiding this comment

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

This reminds me that JavaDoc should really make its way up to TableOperations, but not necessarily in this PR. I think table-api will never become a tool for new users without that.

@devinrsmith devinrsmith merged commit 12e3dde into deephaven:main Jul 29, 2022
@devinrsmith devinrsmith deleted the lazy-update-table-spec branch July 29, 2022 16:12
@github-actions github-actions bot locked and limited conversation to collaborators Jul 29, 2022
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