Skip to content

Revert "fix(python): Don't call unnest for objects implementing __arrow_c_array__" #23217

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

Merged
merged 2 commits into from
Jun 17, 2025

Conversation

ritchie46
Copy link
Member

@ritchie46 ritchie46 commented Jun 17, 2025

Reverts #23069

fixes #23194

@ritchie46 ritchie46 added the skip changelog Do not include in changelog label Jun 17, 2025
Copy link

codecov bot commented Jun 17, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.58%. Comparing base (171c847) to head (613c665).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #23217      +/-   ##
==========================================
- Coverage   80.61%   80.58%   -0.03%     
==========================================
  Files        1639     1639              
  Lines      220007   220008       +1     
  Branches     2814     2814              
==========================================
- Hits       177350   177301      -49     
- Misses      41990    42040      +50     
  Partials      667      667              

☔ 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 bc974eb into main Jun 17, 2025
17 of 18 checks passed
@ritchie46 ritchie46 deleted the revert-23069-bug/_arrow_c_array_ branch June 17, 2025 14:45
mroeschke added a commit to mroeschke/polars that referenced this pull request Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changelog Do not include in changelog title needs formatting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataFrame from a pyarrow RecordBatch in 1.31.0b1 returns df with one struct column
1 participant