Skip to content

chore: update to DataFusion 52.2#2199

Merged
blackmwk merged 1 commit intoapache:mainfrom
xanderbailey:xb/datafusion_52.2
Mar 6, 2026
Merged

chore: update to DataFusion 52.2#2199
blackmwk merged 1 commit intoapache:mainfrom
xanderbailey:xb/datafusion_52.2

Conversation

@xanderbailey
Copy link
Contributor

@xanderbailey xanderbailey commented Mar 2, 2026

Which issue does this PR close?

No issue.

  • Closes #.

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?

Copy link
Collaborator

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

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

Thanks @xanderbailey!

@blackmwk
Copy link
Contributor

blackmwk commented Mar 3, 2026

Thanks @xanderbailey for this pr, please do a rebase to resolve conflicts.

@xanderbailey
Copy link
Contributor Author

Rebased and I'm getting:

cargo build
error: rustc 1.89.0-nightly is not supported by the following packages:
  aws-config@1.8.14 requires rustc 1.91
  aws-credential-types@1.2.13 requires rustc 1.91
  aws-runtime@1.7.1 requires rustc 1.91
  aws-sdk-glue@1.139.0 requires rustc 1.91.0
  aws-sdk-s3tables@1.51.0 requires rustc 1.91.0
  aws-sdk-sso@1.95.0 requires rustc 1.91.0
  aws-sdk-ssooidc@1.97.0 requires rustc 1.91.0
  aws-sdk-sts@1.99.0 requires rustc 1.91.0
  aws-sigv4@1.4.1 requires rustc 1.91
  aws-smithy-async@1.2.14 requires rustc 1.91.1
  aws-smithy-http@0.63.6 requires rustc 1.91.1
  aws-smithy-http-client@1.1.12 requires rustc 1.91.1
  aws-smithy-json@0.62.5 requires rustc 1.91.1
  aws-smithy-observability@0.2.6 requires rustc 1.91.1
  aws-smithy-query@0.60.15 requires rustc 1.91.1
  aws-smithy-runtime@1.10.3 requires rustc 1.91.1
  aws-smithy-runtime-api@1.11.6 requires rustc 1.91.1
  aws-smithy-types@1.4.6 requires rustc 1.91.1
  aws-smithy-xml@0.60.15 requires rustc 1.91.1
  aws-types@1.3.13 requires rustc 1.91
  aws-types@1.3.13 requires rustc 1.91
  aws-types@1.3.13 requires rustc 1.91

Seems like we need to bump MSRV to 1.91

blackmwk pushed a commit that referenced this pull request Mar 5, 2026
## 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)?
-->
@blackmwk
Copy link
Contributor

blackmwk commented Mar 5, 2026

hi @xanderbailey #2204 merged, please update this pr

@blackmwk
Copy link
Contributor

blackmwk commented Mar 5, 2026

I see #2206 should we consider bump directly to 53?

@xanderbailey
Copy link
Contributor Author

I see #2206 should we consider bump directly to 53?

I think 53 isn't released yet so I'm fine with merging this first apache/datafusion#19692

@mbutrovich
Copy link
Collaborator

I see #2206 should we consider bump directly to 53?

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.

Copy link
Contributor

@blackmwk blackmwk left a comment

Choose a reason for hiding this comment

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

Thanks @xanderbailey for this fix, and @mbutrovich for review!

@blackmwk blackmwk merged commit 854f66d into apache:main Mar 6, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants