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: do not clamp negative offsets to start of array prematurely #15242

Merged
merged 2 commits into from Mar 22, 2024

Conversation

orlp
Copy link
Collaborator

@orlp orlp commented Mar 22, 2024

Fixes #15232 together with #15140.

@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars labels Mar 22, 2024
Copy link

codecov bot commented Mar 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.25%. Comparing base (d214f55) to head (1e03980).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #15242      +/-   ##
==========================================
- Coverage   81.25%   81.25%   -0.01%     
==========================================
  Files        1356     1356              
  Lines      175678   175681       +3     
  Branches     2522     2522              
==========================================
+ Hits       142742   142743       +1     
- Misses      32453    32454       +1     
- Partials      483      484       +1     

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

@ritchie46 ritchie46 merged commit bc742d7 into pola-rs:main Mar 22, 2024
23 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.

Make slicing behavior consistent for highly negative offsets
2 participants