Hi Community, I am reading CSV data using data stream file source connector and need to convert them into AVRO generated specific objects. I am using CsvReaderFormat with CSVSchema but this supports only primitive types of AVRO (that also except null and bytes).
Is there any support provided for AVRO complex and Logical types as well? As I can see few classes like CsvToRowDataConverters and RowDataToAvroConverter but seems they are specific to Table APIs. Regards, Kirti Dhar