Conversation
mbutrovich
left a comment
There was a problem hiding this comment.
Thanks @xanderbailey!
|
Thanks @xanderbailey for this pr, please do a rebase to resolve conflicts. |
02e37ec to
ec09cf0
Compare
|
Rebased and I'm getting: Seems like we need to bump MSRV to 1.91 |
## Which issue does this PR close? #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 #123` indicates that this PR will close issue #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)? -->
|
hi @xanderbailey #2204 merged, please update this pr |
|
I see #2206 should we consider bump directly to 53? |
ec09cf0 to
45e49b9
Compare
I think 53 isn't released yet so I'm fine with merging this first apache/datafusion#19692 |
Agreed. At the moment, #2206 is mostly just to test for the DF53 release process. |
blackmwk
left a comment
There was a problem hiding this comment.
Thanks @xanderbailey for this fix, and @mbutrovich for review!
Which issue does this PR close?
No issue.
What changes are included in this PR?
Bumping from DataFusion 52.1 -> 52.2
Changelog for changes are here. https://github.com/apache/datafusion/blob/branch-52/dev/changelog/52.2.0.md just bug fixes.
Are these changes tested?