79088530

Date: 2024-10-15 05:36:39
Score: 1
Natty:
Report link

When trying to set a different parallelism on an operator with reinterpretAsKeyedStream Flink throws an java.lang.UnsupportedOperationException exception: Forward partitioning does not allow change of parallelism. Upstream operation: .... You must use another partitioning strategy, such as broadcast, rebalance, shuffle or global.

Tested this on Flink 1.18.1.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): When
  • Low reputation (0.5):
Posted by: Barak BN