-
Classes Class Description org.apache.flink.formats.csv.CsvRowDeserializationSchema The format was developed for the Table API users and will not be maintained for DataStream API users anymore. Either use Table API or switch to Data Stream, defining your ownDeserializationSchema.org.apache.flink.formats.csv.CsvRowSerializationSchema The format was developed for the Table API users and will not be maintained for DataStream API users anymore. Either use Table API or switch to Data Stream, defining your ownSerializationSchema.
-
Methods Method Description org.apache.flink.formats.csv.CsvReaderFormat.forSchema(CsvMapper, CsvSchema, TypeInformation<T>) This method is limited to serializableCsvMappers, preventing the usage of certain Jackson modules (like theJava 8 Date/Time Serializers). Use#forSchema(Supplier, Function, TypeInformation)instead.