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

Fix unfiltered partitions being used to create GpuBatchScanExec RDD #5578

Merged
merged 1 commit into from
May 20, 2022

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented May 20, 2022

Fixes a typo in the GpuBatchScanExec for Spark 3.2.x where the unfiltered partitions were used to create the RDD rather than the filtered partitions. This had the effect of disabling runtime filtering for scans under GpuBatchScanExec.

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

jlowe commented May 20, 2022

build

1 similar comment
@jlowe
Copy link
Member Author

jlowe commented May 20, 2022

build

@jlowe jlowe merged commit 1fd1aef into NVIDIA:branch-22.06 May 20, 2022
@jlowe jlowe deleted the batch-scan-exec-typo branch May 20, 2022 22:14
@sameerz sameerz added the bug Something isn't working label May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants