Re: Is there a way to control the parallelism of auto-generated Flink operators of the FlinkSQL job graph?

2023-03-24 Thread Hang Ruan
Hi, Elkhan, I think this is an intended behavior. If the parallelism of an operator is not specified, it will be the same as the previous one instead of the default parallelism. Actually the table planner will help us to do most jobs. There should not be a way to modify the parallelism for every

Re: Is there a way to control the parallelism of auto-generated Flink operators of the FlinkSQL job graph?

2023-03-24 Thread Elkhan Dadashov
Checking with the community again, if anyone explored this before. Thanks. On Fri, Mar 17, 2023 at 1:56 PM Elkhan Dadashov wrote: > Dear Flink developers, > > Wanted to check, if there is a way to control the parallelism of > auto-generated Flink operators of the FlinkSQL job graph? > > In

Is there a way to control the parallelism of auto-generated Flink operators of the FlinkSQL job graph?

2023-03-17 Thread Elkhan Dadashov
Dear Flink developers, Wanted to check, if there is a way to control the parallelism of auto-generated Flink operators of the FlinkSQL job graph? In Java API, it is possible to have full control of the parallelism of each operator. On FlinkSQL some source and sink connectors support