Skip to content

[FLINK-38513][python]Fix pandas 2.3+ cp39 issue#27115

Merged
gaborgsomogyi merged 1 commit intoapache:release-2.0from
gaborgsomogyi:FLINK-38513_2.0
Oct 14, 2025
Merged

[FLINK-38513][python]Fix pandas 2.3+ cp39 issue#27115
gaborgsomogyi merged 1 commit intoapache:release-2.0from
gaborgsomogyi:FLINK-38513_2.0

Conversation

@gaborgsomogyi
Copy link
Contributor

What is the purpose of the change

This a backport of #27112.

Pandas 2.3+ drops cp39 wheels → sdist build fails on manylinux2014. In this PR I've upper bounded pandas to <2.3 to avoid the python 3.9 issue. The limit can be removed when we drop 3.9 support.

Brief change log

Upper bounded pandas to <2.3.

Verifying this change

Nightly pipeline run manually.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): yes
  • The public API, i.e., is any changed class annotated with @Public(Evolving): no
  • The serializers: no
  • The runtime per-record code paths (performance sensitive): no
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: no
  • The S3 file system connector: no

Documentation

  • Does this pull request introduce a new feature? no
  • If yes, how is the feature documented? not applicable

@gaborgsomogyi gaborgsomogyi requested a review from Zakelly October 14, 2025 09:04
@flinkbot
Copy link
Collaborator

flinkbot commented Oct 14, 2025

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@gaborgsomogyi gaborgsomogyi merged commit a5f71c2 into apache:release-2.0 Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants