Hi Flink users, Would it be possible to deserialize nested json by providing TypeInformation? or should we transform nested json to plain json?
final TypeInformation<Row> typeInformation = Types.ROW(
new String[] {"orderNumber", "sales",
"country"},
new TypeInformation<?>[] { Types.STRING(),
Types.DOUBLE(), Types.INT()}
);
Cheers,
Sendoh
--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
