[FLINK-35282][python] Upgrade Apache Beam > 2.54
What is the purpose of the change
Based on #24908, upgrade Apache Beam dependency to >2.54.
Brief change log
Changes flink-python code and tests for compatibility with new version, updates licenses and relevant documentation in other components.
Verifying this change
This change is already covered by existing tests.
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
CI report:
- b9350f12146457ba59a83df890967645ed98a1f8 Azure: FAILURE
Bot commands
The @flinkbot bot supports the following commands:@flinkbot run azurere-run the last Azure build
@dianfu , @HuangXingBo could you please have a look here, I think you are more experienced with python in Flink
Any update on this? @dianfu @HuangXingBo @snuyanzin ?
Sorry for late response. I will take a look at this PR.
@xaniasd I see that it added a lot of doc files in this PR. Why we need to do this?
hi @dianfu I think these doc files were generated by sphinx while running flink-python/dev/lint-python.sh and I assume they reflect corresponding changes in the pyflink API.
@xaniasd These changes are not necessary. It will generate these files by default during generating the Python API website. Could you remove them from the PR?
removed @dianfu, thanks for clarifying. Perhaps we could add those api directories to .gitignore to avoid confusion in the future?