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

[python] Fix casting bug in IntIndexer #3525

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

bkmartinjr
Copy link
Member

@bkmartinjr bkmartinjr commented Jan 7, 2025

Issue and/or context:

Fixes #3524 - there was both a bad test, and an actual bug in casting Pandas (nullable) integer arrays.

[sc-61414]

Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.30%. Comparing base (34c3618) to head (135c537).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3525      +/-   ##
==========================================
+ Coverage   86.25%   86.30%   +0.05%     
==========================================
  Files          55       55              
  Lines        6357     6359       +2     
==========================================
+ Hits         5483     5488       +5     
+ Misses        874      871       -3     
Flag Coverage Δ
python 86.30% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
python_api 86.30% <100.00%> (+0.05%) ⬆️
libtiledbsoma ∅ <ø> (∅)

@bkmartinjr bkmartinjr marked this pull request as ready for review January 7, 2025 19:36
@bkmartinjr bkmartinjr requested a review from johnkerl January 7, 2025 19:36
@johnkerl johnkerl changed the title fix casting bug in IntIndexer [python] Fix casting bug in IntIndexer Jan 7, 2025
Copy link
Member

@johnkerl johnkerl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @bkmartinjr !

@bkmartinjr bkmartinjr merged commit 2fb542d into main Jan 7, 2025
12 checks passed
@bkmartinjr bkmartinjr deleted the bkmartinjr/3524-indexer branch January 7, 2025 20:11
github-actions bot pushed a commit that referenced this pull request Jan 7, 2025
johnkerl pushed a commit that referenced this pull request Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[python] test_indexer.py::test_indexer fails with Pandas 1.5
2 participants