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

[df] Avoid creating readers for unavailable columns #18034

Merged
merged 1 commit into from
Mar 18, 2025

Conversation

vepadulano
Copy link
Member

DefaultValueFor, FilterAvailable and FilterMissing register the column which might have missing values during the creation of a RDefaultValueFor or RFilterWithMissingValues object. Move the creation of the data source column readers after this is done, to avoid creating a reader for a column that might potentially be missing at that time.

Part 9 of N for #17895

DefaultValueFor, FilterAvailable and FilterMissing register the column which
might have missing values during the creation of a RDefaultValueFor or
RFilterWithMissingValues object. Move the creation of the data source column
readers after this is done, to avoid creating a reader for a column that might
potentially be missing at that time.
Copy link
Contributor

@martamaja10 martamaja10 left a comment

Choose a reason for hiding this comment

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

Thanks!

Copy link

Test Results

    20 files      20 suites   5d 6h 26m 41s ⏱️
 2 726 tests  2 726 ✅ 0 💤 0 ❌
52 591 runs  52 591 ✅ 0 💤 0 ❌

Results for commit 5e19ed1.

@vepadulano vepadulano merged commit 6917757 into root-project:master Mar 18, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants