Re: Schema Evolution & Json Schemas

2024-02-26 Thread Salva Alcántara
Awesome Andrew, thanks a lot for the info! On Sun, Feb 25, 2024 at 4:37 PM Andrew Otto wrote: > > the following code generator > Oh, and FWIW we avoid code generation and POJOs, and instead rely on > Flink's Row or RowData abstractions. > > > > > > On Sun, Feb 25, 2024 at 10:35 AM Andrew Otto

Re: Schema Evolution & Json Schemas

2024-02-25 Thread Andrew Otto
> the following code generator Oh, and FWIW we avoid code generation and POJOs, and instead rely on Flink's Row or RowData abstractions. On Sun, Feb 25, 2024 at 10:35 AM Andrew Otto wrote: > Hi! > > I'm not sure if this totally is relevant for you, but we use JSONSchema > and JSON with Flin

Re: Schema Evolution & Json Schemas

2024-02-25 Thread Andrew Otto
Hi! I'm not sure if this totally is relevant for you, but we use JSONSchema and JSON with Flink at the Wikimedia Foundation. We explicitly disallow the use of additionalProperties , unless it is t