The filesystem connector does not acknowledge the timestamp_mapping.legacy flag for the avro format so avro records will fail to deserialize certain data types such as timestamp-millis. There currently is no workaround other than to disable the timestamp_mapping.legacy option.
The filesystem connector does not acknowledge the
timestamp_mapping.legacy
flag for the avro format so avro records will fail to deserialize certain data types such astimestamp-millis
. There currently is no workaround other than to disable thetimestamp_mapping.legacy
option.