Re: Possible BUG in 1.15 SQL JSON_OBJECT()

2022-02-25 Thread Seth Wiesman
Thank you for reporting! That is definitely a bug, and I have opened a ticket to fix which you can track here. https://issues.apache.org/jira/browse/FLINK-26374 Seth On Thu, Feb 24, 2022 at 4:18 PM Jonathan Weaver wrote: > Using the latest SNAPSHOT BUILD. > > If I have a column definition as >

Possible BUG in 1.15 SQL JSON_OBJECT()

2022-02-24 Thread Jonathan Weaver
Using the latest SNAPSHOT BUILD. If I have a column definition as .column( "events", DataTypes.ARRAY( DataTypes.ROW( DataTypes.FIELD("status", DataTypes.STRING().notNull()), DataTypes.FIELD("times