Skip to content

Conversation

@Fokko
Copy link
Collaborator

@Fokko Fokko commented Oct 3, 2025

Zach's fix has been released:

https://github.com/apache/arrow-rs/releases/tag/56.2.0

What changes are proposed in this pull request?

How was this change tested?

@Fokko Fokko requested a review from zachschuermann October 3, 2025 14:17
@github-actions github-actions bot added the breaking-change Change that require a major version bump label Oct 3, 2025
@codecov
Copy link

codecov bot commented Oct 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.90%. Comparing base (82fa82e) to head (ff33017).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1371      +/-   ##
==========================================
+ Coverage   84.89%   84.90%   +0.01%     
==========================================
  Files         113      113              
  Lines       28923    28923              
  Branches    28923    28923              
==========================================
+ Hits        24553    24556       +3     
+ Misses       3198     3197       -1     
+ Partials     1172     1170       -2     

☔ 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.


arrow-55 = ["dep:arrow_55", "dep:parquet_55", "object_store", "comfy-table"]
arrow-56 = ["dep:arrow_56", "dep:parquet_56", "object_store", "comfy-table"]
arrow-55 = ["dep:arrow_55", "dep:parquet_55", "object_store"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It hasn't been released for the 55 branch 😢

Copy link
Member

Choose a reason for hiding this comment

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

ah ... should we just make this PR bump to arrow 56.2 and remove comfy-table stuff for that? But then leave it for 55?

Copy link
Member

Choose a reason for hiding this comment

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

(also surprised this passes tests? - shouldn't MSRV fail for arrow 55 target? i guess maybe we don't test MSRV specifically for 55?)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, I was hoping to get rid of the TODO, but it looks like we need to keep it around a bit longer. Updated the PR 👍

@Fokko Fokko closed this Oct 6, 2025
@Fokko Fokko deleted the fd-remove-pin branch October 6, 2025 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking-change Change that require a major version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants