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

Address PartitionedTable transform and partitionedTransform dependency issues #4889

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

rcaudy
Copy link
Member

@rcaudy rcaudy commented Nov 28, 2023

Fixes #4881

@rcaudy rcaudy added bug Something isn't working query engine core Core development tasks NoDocumentationNeeded partitioned_tables ReleaseNotesNeeded Release notes are needed labels Nov 28, 2023
@rcaudy rcaudy added this to the November 2023 milestone Nov 28, 2023
@rcaudy rcaudy requested a review from cpwright November 28, 2023 21:33
@rcaudy rcaudy self-assigned this Nov 28, 2023
final Table initialGroupsTable = LivenessScopeStack.computeEnclosed(
() -> ((Table) initialGroups).selectDistinct(groupByColumns).snapshot(),
() -> ((Table) initialGroups).isRefreshing(),
Table::isRefreshing);
Copy link
Contributor

Choose a reason for hiding this comment

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

So how could this actually do anything other than return false (definitionally basd on the snapshot()?

Copy link
Member Author

Choose a reason for hiding this comment

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

It could't. I just felt like it was better to go through the motions, especially in case the code is ever copy-pasted.

@rcaudy rcaudy merged commit 0974068 into deephaven:main Nov 29, 2023
12 checks passed
@rcaudy rcaudy deleted the rwc-ptxformdeps branch November 29, 2023 01:42
@github-actions github-actions bot locked and limited conversation to collaborators Nov 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working core Core development tasks NoDocumentationNeeded partitioned_tables query engine ReleaseNotesNeeded Release notes are needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PartitionedTable transforms need a way to depend on additional inputs for upstream satisfaction
2 participants