When upgrading to Flink 1.13, I ran into deprecation warnings on TypeConversions
[image: image.png] The deprecation message states that this API will be deprecated soon, but does not mention the alternatives that can be used for these transformations. My use case is that I have a table that needs to be converted into a DataStream[Row] and in turn I need to apply some stateful transformations on it. In order to do that I need the TypeInformation[Row] produced in order to pass into the various state functions. @Timo Walther <twal...@apache.org> I would love your help on this. -- Best Regards, Yuval Itzchakov.