-
Notifications
You must be signed in to change notification settings - Fork 234
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
Add Support for Multiple Filtering Keys for Subquery Broadcast #10858
Add Support for Multiple Filtering Keys for Subquery Broadcast #10858
Conversation
Signed-off-by: Raza Jafri <rjafri@nvidia.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally look good to me. Is there an integration test we can add for Spark 4.0.0 that uses multiple filtering keys?
As discussed offline, we will handle this as a follow-on in #10880 |
build |
build |
This PR adds support for passing multiple filtering keys to the
GpuSubqueryBroadcastExec
contributes to #9259
fixes #10669