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(rust): properly set schemas in cluster_with_columns when reassigning to columns #16463

Merged
merged 1 commit into from
May 24, 2024

Conversation

coastalwhite
Copy link
Collaborator

Fixes #16435.

This PR focuses on cluster_with_columns (CWC) and resolves the issue where a schema was improperly handled when a simple projection needed to be inserted. This PR also removes several of the clones and allocations that came before with CWC.

Copy link

codecov bot commented May 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.44%. Comparing base (ee25cb7) to head (dda67ff).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #16463      +/-   ##
==========================================
- Coverage   81.46%   81.44%   -0.03%     
==========================================
  Files        1409     1409              
  Lines      184722   184731       +9     
  Branches     2971     2971              
==========================================
- Hits       150491   150460      -31     
- Misses      33711    33751      +40     
  Partials      520      520              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46 ritchie46 merged commit 4687fd6 into pola-rs:main May 24, 2024
26 checks passed
Wouittone pushed a commit to Wouittone/polars that referenced this pull request Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ColumnNotFoundError appears in lazy mode only in version 0.20.28
2 participants