Skip to content

Conversation

nameexhaustion
Copy link
Collaborator

# Before
polars.exceptions.SchemaError: extra column in file outside of expected schema: index
# After
polars.exceptions.DuplicateError: cannot add row_index with name 'index': column already exists in file.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Jun 2, 2025
Copy link

codecov bot commented Jun 2, 2025

Codecov Report

Attention: Patch coverage is 96.55172% with 1 line in your changes missing coverage. Please review.

Project coverage is 80.41%. Comparing base (fb9a4e8) to head (842bde0).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
crates/polars-plan/src/plans/conversion/scans.rs 96.55% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #23043   +/-   ##
=======================================
  Coverage   80.41%   80.41%           
=======================================
  Files        1682     1682           
  Lines      223305   223324   +19     
  Branches     2802     2802           
=======================================
+ Hits       179572   179588   +16     
- Misses      43071    43073    +2     
- Partials      662      663    +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.

@nameexhaustion nameexhaustion marked this pull request as ready for review June 2, 2025 11:38
@ritchie46 ritchie46 merged commit 28fea42 into pola-rs:main Jun 2, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants