Class AvroToRowDataConverters

java.lang.Object
org.apache.iceberg.flink.formats.avro.AvroToRowDataConverters

@Internal public class AvroToRowDataConverters extends Object
Tool class used to convert from Avro GenericRecord to RowData.

This class is adapted in Iceberg to add support for nanosecond precision timestamps (FLINK-39251). Once that ticket is resolved in Flink, this custom converter may be removed.