Re: Table to DataStream conversion - Error while generating structured type converter.

2022-10-19 Thread André Midea Jasiskis
Hi again, To be extra sure it isn't something related to scala I've created the same example in Java: import java.math.BigDecimal; > import java.time.Instant; > import java.time.temporal.ChronoUnit; > import org.apache.flink.api.common.typeinfo.TypeInformation; > import org.apache.flink.streaming

Table to DataStream conversion - Error while generating structured type converter.

2022-10-19 Thread André Midea Jasiskis
Hi all, I would like to interchangeably convert between Tables and DataStreams with the ability to specify what are the types used in the conversion from a POJO to a Table and vice-versa. To convert from a POJO to a table I'm creating a Schema using a ROW-based DataType, and to convert from a Tab