Conversation
0b9f3af to
169faa3
Compare
mbutrovich
left a comment
There was a problem hiding this comment.
Thanks @xanderbailey!
|
Hi, @xanderbailey Following our discussion, our policy is to update msrv when relaseon a new version: https://github.com/apache/iceberg-rust?tab=readme-ov-file#supported-rust-version |
|
We have a monthly release schedule plan, so we hope to release a new version soon |
|
Thanks, just so I understand correctly, is the plan always to bump MSRV after we release or before? Because currently we're depending on a version of datafusion that has known bugs and correctness issues so releasing with 52.1 as a dependency would likely mean people would need to skip the 0.9.0 release. |
Last time we bumped MSRV just before the 0.8.0 release, so it was included in that. IIRC 0.8.0 and a DataFusion bump went in just before 0.8.0. I'm gonna start testing DF53 with iceberg-rust today as well (not released yet). |
We usually bump it before the release. In this case I think it would be reasonable to bump it now, thanks for the explaination. |
blackmwk
left a comment
There was a problem hiding this comment.
Thanks @xanderbailey for this fix!
## Which issue does this PR close? apache#2199 requires a bump to MSRV 1.91.0. This version is within the policy of this project. <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes apache#123` indicates that this PR will close issue apache#123. --> - Closes #. ## What changes are included in this PR? <!-- Provide a summary of the modifications in this PR. List the main changes such as new features, bug fixes, refactoring, or any other updates. --> ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? -->
Which issue does this PR close?
#2199 requires a bump to MSRV 1.91.0. This version is within the policy of this project.
What changes are included in this PR?
Are these changes tested?