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

feat(rust): Add DoubleEndedIterator for CatIter #21816

Merged
merged 1 commit into from
Mar 19, 2025
Merged

Conversation

kgv
Copy link
Contributor

@kgv kgv commented Mar 18, 2025

Added a missing DoubleEndedIterator implementation for CatIter.

@kgv kgv requested review from ritchie46, orlp and c-peters as code owners March 18, 2025 10:21
@kgv kgv changed the title Add DoubleEndedIterator for CatIter feat(rust): Add DoubleEndedIterator for CatIter Mar 18, 2025
@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature rust Related to Rust Polars and removed title needs formatting labels Mar 18, 2025
Copy link

codecov bot commented Mar 18, 2025

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 81.11%. Comparing base (c34170f) to head (4814d0a).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
...-core/src/chunked_array/logical/categorical/mod.rs 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21816      +/-   ##
==========================================
- Coverage   81.11%   81.11%   -0.01%     
==========================================
  Files        1613     1613              
  Lines      233270   233301      +31     
  Branches     2688     2691       +3     
==========================================
+ Hits       189227   189241      +14     
- Misses      43413    43430      +17     
  Partials      630      630              

☔ 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 d8f9044 into pola-rs:main Mar 19, 2025
22 of 23 checks passed
jsjasonseba pushed a commit to jsjasonseba/polars that referenced this pull request Mar 23, 2025
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 rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants