Github user StefanRRichter commented on the issue:
https://github.com/apache/flink/pull/5890
Hi @zhangminglei . I think there might unfortunately be a small
misunderstanding: this issue was a subtask for the task of creating a single
general purpose test job, i.e. a single job that covers as many features of
Flink as possible for testing. Of course, that includes adding an operator with
operator state to that particular job. The goal here was not to have separate
jobs for all of the tasks in the list, but have them all in one job, so that we
can also be sure that they integrate well with each other.
Maybe @tzulitai can take a look if we can use some part of your code and
integrate it with the job.
---