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 dynamic pruning regression in GpuFileSourceScanExec #11191

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

jlowe
Copy link
Member

@jlowe jlowe commented Jul 15, 2024

Fixes #11189. The change in #11170 removed the selectedPartitions parameter but forgot to update the occurrences in the method to use dynamicallySelectedPartitions which is what was actually passed to the method. This effectively caused dynamic partition filters to not be applied.

@jlowe jlowe self-assigned this Jul 15, 2024
@jlowe
Copy link
Member Author

jlowe commented Jul 15, 2024

build

Copy link
Collaborator

@abellina abellina left a comment

Choose a reason for hiding this comment

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

I'll get some numbers with this but it'll be tomorrow. I'd be OK if this was merged.

@abellina
Copy link
Collaborator

I see this change improves our time by ~100s, so we are in the right direction. There is another regression, likely in this repo, but I think it's separate for now (reverting the original change you made still has us ~30 seconds slower than before). Merging this!

@abellina abellina merged commit 2b09372 into NVIDIA:branch-24.08 Jul 16, 2024
42 checks passed
@jlowe jlowe deleted the fix-nds-regression branch July 16, 2024 16:40
@sameerz sameerz added the performance A performance related task/issue label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance A performance related task/issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] regression in NDS after PR #11170
3 participants