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

[FEA] Add retry support when partitioning batches for the sub hash join. #11705

Closed
firestarman opened this issue Nov 7, 2024 · 0 comments · Fixed by #11706
Closed

[FEA] Add retry support when partitioning batches for the sub hash join. #11705

firestarman opened this issue Nov 7, 2024 · 0 comments · Fixed by #11706
Labels
? - Needs Triage Need team to review and classify feature request New feature or request

Comments

@firestarman
Copy link
Collaborator

firestarman commented Nov 7, 2024

In the method partitionBatches of GpuBatchSubPartitioner, it has a retry for the partitioning computation, but no retry for the table splitting operation.
It would be better to also add retry support for the table splitting.

@firestarman firestarman added ? - Needs Triage Need team to review and classify feature request New feature or request labels Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant