Skip to content

Conversation

JakubValtar
Copy link
Collaborator

@JakubValtar JakubValtar commented May 28, 2025

This enables running code like

df.with_columns(pl.all().name.to_lowercase())

in cloud.

Closes #22877

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels May 28, 2025
Copy link

codecov bot commented May 28, 2025

Codecov Report

Attention: Patch coverage is 85.41667% with 7 lines in your changes missing coverage. Please review.

Project coverage is 80.30%. Comparing base (f02445c) to head (2cb2c81).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-plan/src/dsl/name.rs 83.33% 4 Missing ⚠️
crates/polars-plan/src/dsl/expr/mod.rs 86.95% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #22988      +/-   ##
==========================================
- Coverage   80.31%   80.30%   -0.02%     
==========================================
  Files        1682     1682              
  Lines      223151   223174      +23     
  Branches     2804     2804              
==========================================
- Hits       179227   179213      -14     
- Misses      43256    43292      +36     
- Partials      668      669       +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ritchie46 ritchie46 merged commit 775f7c0 into pola-rs:main May 28, 2025
28 checks passed
@JakubValtar JakubValtar deleted the serialize-rename-alias branch May 28, 2025 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expr::RenameAlias can't be serialized
2 participants