Fix fast-count optimization with hybrid scan - #23874
Open
TomAugspurger wants to merge 1 commit into
Open
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Noted in NVIDIA#23677 (review), our fast count optimization for `pl.scan_parquet(...).select(pl.len())` currently errors when hybrid scan is enabled. This fix (temporarily) disables it for the node where we have to disable metadata prefetching.
TomAugspurger
force-pushed
the
tom/hybrid-scan-fast-select-count
branch
from
August 28, 2026 15:26
8df3ff3 to
5d7994f
Compare
TomAugspurger
marked this pull request as ready for review
August 28, 2026 15:26
Matt711
approved these changes
Aug 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Noted in
#23677 (review), our fast count optimization for
pl.scan_parquet(...).select(pl.len())currently errors when hybrid scan is enabled.This fix (temporarily) disables it for the node where we have to disable metadata prefetching.
Checklist
cc @Matt711