Flink write-parallelism
causes distribution-mode: RANGE to not work properly
#11543
Open
1 of 3 tasks
Labels
bug
Something isn't working
Apache Iceberg version
1.7.0 (latest release)
Query engine
Flink
Please describe the bug 🐞
When we set write-parallelism, if the parallelism of writing is different from the parallelism of tasks, iceberg write operator will be disconnected. In this case, distribution-mode: RANGE will have no effect.
We should throw this exception when the task jobgraph is generated
cc @stevenzwu @pvary
Willingness to contribute
The text was updated successfully, but these errors were encountered: