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

Avoid serializing plan in GpuCoalesceBatches, GpuHashAggregateExec, and GpuTopN #5886

Merged
merged 1 commit into from
Jun 23, 2022

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Jun 22, 2022

This fixes issues with the RDD closures in GpuCoalesceBatches, GpuHashAggregateExec, and GpuTopN to avoid serializing the plan object and all child nodes. References to member variables were converted into local variables to sever the dependency between the closure and exec node object.

…nd GpuTopN

Signed-off-by: Jason Lowe <jlowe@nvidia.com>
@jlowe jlowe added this to the Jun 20 - Jul 8 milestone Jun 22, 2022
@jlowe jlowe self-assigned this Jun 22, 2022
@jlowe
Copy link
Member Author

jlowe commented Jun 22, 2022

build

1 similar comment
@jlowe
Copy link
Member Author

jlowe commented Jun 22, 2022

build

@jlowe jlowe merged commit b9ebf1c into NVIDIA:branch-22.08 Jun 23, 2022
@jlowe jlowe deleted the serialization-fixes branch June 23, 2022 19:49
@sameerz sameerz added the task Work required that improves the product but is not user facing label Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Work required that improves the product but is not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants