Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flink] Support parallelismConfigurable #5076

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yunfengzhou-hub
Copy link
Contributor

Purpose

In Flink 1.17+, the parameter parallelismConfigurable is introduced to support specifying operator's initial parallelism while dynamically changing parallelism in some situations (like in AQE). This PR adds this parameter to Paimon Flink operators where parallelism does not affect correctness, and can be changed by Flink infra according to detailed needs.

Related PR: #4975

Tests

Flink batch execution mode enables AQE by default, so existing batch tests like BatchFileStoreITCase can verify the correctness of these changes.

API and Format

This change does not affect API or storage format.

Documentation

This change does not introduce a new feature that needs documentation.

@yunfengzhou-hub yunfengzhou-hub force-pushed the parallelism-configurable branch from a07de06 to 0c9d99a Compare February 14, 2025 06:01
@yunfengzhou-hub yunfengzhou-hub force-pushed the parallelism-configurable branch from 0c9d99a to 60f5689 Compare February 14, 2025 06:19
@yunfengzhou-hub yunfengzhou-hub marked this pull request as ready for review February 14, 2025 08:11
Copy link
Contributor

@yuzelin yuzelin left a comment

Choose a reason for hiding this comment

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

+1

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.

2 participants