Re: State processor's table API with custom map value

2025-09-09 Thread Alexis Sarda-Espinosa
Hi Gabor, I can probably do that, in the meantime I thought about how it would look, and it's pretty clear it can't be supported yet, since the SQL statement would have to support something like: MyMapState MAP> where the values would have a custom value type factory. Regards, Alexis. Am Di.,

Re: State processor's table API with custom map value

2025-09-09 Thread Gabor Somogyi
Hi Alexis, The state table API is relatively new feature and as such actively developed based on feedbacks. Without having an in-depth look I think this is something what is not yet covered. If you can create a super simple repro app I can take a detailed look and add support for it. BR, G On T

State processor's table API with custom map value

2025-09-09 Thread Alexis Sarda-Espinosa
Hello, I am looking at the new APIs for state processing [1] and I see custom serde should be supported with a property like "fields.#.value-type-factory". However, I'm not sure if that applies to MapState. I have an operator with MapState using String as key but with a custom type serializer for