Hi, David. Removing a field from a POJO should work as you said. But I think we need more information. What version of flink are you using? Do you have any other modifications? Could you share your code segments and the error jm log if convenient ?
On Wed, May 18, 2022 at 9:07 PM David Jost <david.j...@uniberg.com> wrote: > Hi, > > we currently have an issue, where our job fails to restart from a > savepoint, after we removed a field from a serialised (POJO) class. > According to [0], this kind of evolution is supported, but it sadly only > works when adding, but not removing fields. > > I was hoping, someone here might be able to help or have a pointer on > where to continue the search for a solution. > > Thank you in advance. > > Best > David