Skip to content

Flink: FLIP-27 IcebergSource builder missed a couple of configs compared to old FlinkSource: expose locality and plan parallelism#10957

Merged
stevenzwu merged 1 commit into
apache:mainfrom
stevenzwu:flink-source-sync-builder
Aug 19, 2024
Merged

Flink: FLIP-27 IcebergSource builder missed a couple of configs compared to old FlinkSource: expose locality and plan parallelism#10957
stevenzwu merged 1 commit into
apache:mainfrom
stevenzwu:flink-source-sync-builder

Conversation

@stevenzwu
Copy link
Copy Markdown
Contributor

No description provided.

@stevenzwu stevenzwu requested a review from pvary August 17, 2024 23:12
@github-actions github-actions Bot added the flink label Aug 17, 2024
@stevenzwu stevenzwu force-pushed the flink-source-sync-builder branch from 11bae98 to e3828e0 Compare August 17, 2024 23:50
…red to old FlinkSource: expose locality and plan parallelism
@stevenzwu stevenzwu force-pushed the flink-source-sync-builder branch from e3828e0 to fa2eaa0 Compare August 17, 2024 23:52
@stevenzwu stevenzwu merged commit 43bbf08 into apache:main Aug 19, 2024
contextBuilder.resolveConfig(table, readOptions, flinkConfig);
contextBuilder.exposeLocality(
SourceUtil.isLocalityEnabled(table, flinkConfig, exposeLocality));
contextBuilder.planParallelism(
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Quick question: I see contextBuilder.resolveConfig(table, readOptions, flinkConfig) above already sets the planParallelism via .planParallelism(flinkReadConf.workerPoolSize()), is that not sufficient?

zachdisc pushed a commit to zachdisc/iceberg that referenced this pull request Dec 23, 2024
…red to old FlinkSource: expose locality and plan parallelism (apache#10957)
czy006 pushed a commit to czy006/iceberg that referenced this pull request Apr 2, 2025
…red to old FlinkSource: expose locality and plan parallelism (apache#10957)

(cherry picked from commit 43bbf08)
czy006 pushed a commit to czy006/iceberg that referenced this pull request Apr 2, 2025
…red to old FlinkSource: expose locality and plan parallelism (apache#10957)

(cherry picked from commit 43bbf08)
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.

3 participants