Skip to content

Flink: If IcebergSink writeParallelism is not specified, defaults to the input source parallelism #13260

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

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

Conversation

rodmeneses
Copy link
Contributor

@rodmeneses rodmeneses commented Jun 6, 2025

Currently, if the writeParallelism is not specified, the IcebergSink will default to use the job parallelism.
Instead, we should default to the inputSource parallelism, to promote chaining.
This PR tracks that change, consequently bringing parity with the FlinkSink.

re: #12071 (comment)

cc: @stevenzwu @mxm @pvary @gyfora

@github-actions github-actions bot added the flink label Jun 6, 2025
@rodmeneses rodmeneses changed the title Flink: If IcebergSink writeParalellism is not specified, defaults to the input source paralellism Flink: If IcebergSink writeParallelism is not specified, defaults to the input source paralellism Jun 6, 2025
@rodmeneses rodmeneses force-pushed the sinkDefaultParallelism branch from 12447ac to e403b98 Compare June 6, 2025 18:23
@rodmeneses rodmeneses changed the title Flink: If IcebergSink writeParallelism is not specified, defaults to the input source paralellism Flink: If IcebergSink writeParallelism is not specified, defaults to the input source parallelism Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant